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/wmtime/
Date: Sat, 05 May 2018 19:28:47
Message-Id: 1525548422.12b77b4d265ca472679f14f979c4642feb83f305.bman@gentoo
1 commit: 12b77b4d265ca472679f14f979c4642feb83f305
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Mon Apr 30 09:07:45 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sat May 5 19:27:02 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12b77b4d
7
8 x11-plugins/wmtime: use HTTPS
9
10 x11-plugins/wmtime/wmtime-1.4.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/x11-plugins/wmtime/wmtime-1.4.ebuild b/x11-plugins/wmtime/wmtime-1.4.ebuild
14 index ea9efd0a68c..2da6f1f1bfc 100644
15 --- a/x11-plugins/wmtime/wmtime-1.4.ebuild
16 +++ b/x11-plugins/wmtime/wmtime-1.4.ebuild
17 @@ -1,11 +1,11 @@
18 -# Copyright 1999-2016 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 inherit toolchain-funcs
24
25 DESCRIPTION="applet which displays the date and time in a dockable tile"
26 -HOMEPAGE="http://www.dockapps.net/wmtime"
27 +HOMEPAGE="https://www.dockapps.net/wmtime"
28 SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz"
29
30 LICENSE="GPL-2"