Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmifs/
Date: Sat, 05 May 2018 19:28:47
Message-Id: 1525548421.1d90d5996b2971d6a975dc1abf1a1e941384018c.bman@gentoo
1 commit: 1d90d5996b2971d6a975dc1abf1a1e941384018c
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Mon Apr 30 09:05:19 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sat May 5 19:27:01 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d90d599
7
8 x11-plugins/wmifs: use HTTPS
9
10 x11-plugins/wmifs/wmifs-1.8.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/x11-plugins/wmifs/wmifs-1.8.ebuild b/x11-plugins/wmifs/wmifs-1.8.ebuild
14 index 2515980eab9..c330f15a774 100644
15 --- a/x11-plugins/wmifs/wmifs-1.8.ebuild
16 +++ b/x11-plugins/wmifs/wmifs-1.8.ebuild
17 @@ -1,10 +1,10 @@
18 -# Copyright 1999-2017 Gentoo Foundation
19 +# Copyright 1999-2018 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=6
23
24 DESCRIPTION="Network monitoring dockapp"
25 -HOMEPAGE="http://www.dockapps.net/wmifs"
26 +HOMEPAGE="https://www.dockapps.net/wmifs"
27 SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz"
28
29 LICENSE="GPL-2"