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/wmfsm/
Date: Sat, 05 May 2018 19:28:42
Message-Id: 1525548420.718bb1c35643cbc451550d345682aee2549e5fe4.bman@gentoo
1 commit: 718bb1c35643cbc451550d345682aee2549e5fe4
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Mon Apr 30 09:03:55 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sat May 5 19:27:00 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=718bb1c3
7
8 x11-plugins/wmfsm: use HTTPS
9
10 x11-plugins/wmfsm/wmfsm-0.36.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/x11-plugins/wmfsm/wmfsm-0.36.ebuild b/x11-plugins/wmfsm/wmfsm-0.36.ebuild
14 index c140d7e0ff2..62f0eb72ea0 100644
15 --- a/x11-plugins/wmfsm/wmfsm-0.36.ebuild
16 +++ b/x11-plugins/wmfsm/wmfsm-0.36.ebuild
17 @@ -1,4 +1,4 @@
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=5
23 @@ -7,7 +7,7 @@ inherit autotools
24
25 IUSE=""
26 DESCRIPTION="dockapp for monitoring filesystem usage"
27 -HOMEPAGE="http://www.dockapps.net/wmfsm"
28 +HOMEPAGE="https://www.dockapps.net/wmfsm"
29 SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz"
30
31 LICENSE="GPL-2"