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/wmitime/
Date: Sat, 05 May 2018 19:28:41
Message-Id: 1525548418.8cdb850ef76032ad89d3bd3397bc6fc8bd15c967.bman@gentoo
1 commit: 8cdb850ef76032ad89d3bd3397bc6fc8bd15c967
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Mon Apr 30 09:00:00 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sat May 5 19:26:58 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cdb850e
7
8 x11-plugins/wmitime: use HTTPS
9
10 x11-plugins/wmitime/wmitime-0.5.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/x11-plugins/wmitime/wmitime-0.5.ebuild b/x11-plugins/wmitime/wmitime-0.5.ebuild
14 index ec9c2b44938..8795779f3f1 100644
15 --- a/x11-plugins/wmitime/wmitime-0.5.ebuild
16 +++ b/x11-plugins/wmitime/wmitime-0.5.ebuild
17 @@ -1,11 +1,11 @@
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 inherit toolchain-funcs
24
25 DESCRIPTION="Overglorified clock dockapp w/time, date, and internet time"
26 -HOMEPAGE="http://www.dockapps.net/wmitime"
27 +HOMEPAGE="https://www.dockapps.net/wmitime"
28 SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz"
29
30 LICENSE="GPL-2"