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/wmclock/
Date: Sat, 05 May 2018 19:28:38
Message-Id: 1525548417.c1c0abbe8e641d5e8ed6bc7f5b340de59bfc1f65.bman@gentoo
1 commit: c1c0abbe8e641d5e8ed6bc7f5b340de59bfc1f65
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Mon Apr 30 08:57:09 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sat May 5 19:26:57 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1c0abbe
7
8 x11-plugins/wmclock: use HTTPS
9
10 x11-plugins/wmclock/wmclock-1.0.16.ebuild | 6 +++---
11 1 file changed, 3 insertions(+), 3 deletions(-)
12
13 diff --git a/x11-plugins/wmclock/wmclock-1.0.16.ebuild b/x11-plugins/wmclock/wmclock-1.0.16.ebuild
14 index 5b47ff92a35..b3697311454 100644
15 --- a/x11-plugins/wmclock/wmclock-1.0.16.ebuild
16 +++ b/x11-plugins/wmclock/wmclock-1.0.16.ebuild
17 @@ -1,12 +1,12 @@
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 autotools
24
25 DESCRIPTION="a dockapp that displays time and date (same style as NEXTSTEP(tm) OS)"
26 -HOMEPAGE="http://www.dockapps.net/wmclock"
27 -SRC_URI="http://www.dockapps.net/download/${P}.tar.gz"
28 +HOMEPAGE="https://www.dockapps.net/wmclock"
29 +SRC_URI="https://www.dockapps.net/download/${P}.tar.gz"
30
31 LICENSE="GPL-2"
32 SLOT="0"