diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-04-30 11:07:45 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-05 15:27:02 -0400 |
commit | 12b77b4d265ca472679f14f979c4642feb83f305 (patch) | |
tree | 771264ed0792c67fd012a8bd6e50227dab8eb029 /x11-plugins/wmtime | |
parent | x11-plugins/wmswallow: use HTTPS (diff) | |
download | gentoo-12b77b4d265ca472679f14f979c4642feb83f305.tar.gz gentoo-12b77b4d265ca472679f14f979c4642feb83f305.tar.bz2 gentoo-12b77b4d265ca472679f14f979c4642feb83f305.zip |
x11-plugins/wmtime: use HTTPS
Diffstat (limited to 'x11-plugins/wmtime')
-rw-r--r-- | x11-plugins/wmtime/wmtime-1.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-plugins/wmtime/wmtime-1.4.ebuild b/x11-plugins/wmtime/wmtime-1.4.ebuild index ea9efd0a68c9..2da6f1f1bfcc 100644 --- a/x11-plugins/wmtime/wmtime-1.4.ebuild +++ b/x11-plugins/wmtime/wmtime-1.4.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit toolchain-funcs DESCRIPTION="applet which displays the date and time in a dockable tile" -HOMEPAGE="http://www.dockapps.net/wmtime" +HOMEPAGE="https://www.dockapps.net/wmtime" SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz" LICENSE="GPL-2" |