diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-04-30 11:01:54 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-05 15:26:59 -0400 |
commit | e19b352b56e5a50011b368a5dfa6e1a6b0b3081a (patch) | |
tree | a364d0aefa64a5cd0d37e100d30e300257b92a39 /x11-plugins/wmmemload | |
parent | x11-plugins/wmix: use HTTPS (diff) | |
download | gentoo-e19b352b56e5a50011b368a5dfa6e1a6b0b3081a.tar.gz gentoo-e19b352b56e5a50011b368a5dfa6e1a6b0b3081a.tar.bz2 gentoo-e19b352b56e5a50011b368a5dfa6e1a6b0b3081a.zip |
x11-plugins/wmmemload: use HTTPS
Diffstat (limited to 'x11-plugins/wmmemload')
-rw-r--r-- | x11-plugins/wmmemload/wmmemload-0.1.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-plugins/wmmemload/wmmemload-0.1.8.ebuild b/x11-plugins/wmmemload/wmmemload-0.1.8.ebuild index 6878bd7b9bda..4dcb8d04e282 100644 --- a/x11-plugins/wmmemload/wmmemload-0.1.8.ebuild +++ b/x11-plugins/wmmemload/wmmemload-0.1.8.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit autotools eutils DESCRIPTION="dockapp that displays memory and swap space usage" -HOMEPAGE="http://www.dockapps.net/wmmemload" +HOMEPAGE="https://www.dockapps.net/wmmemload" SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz" LICENSE="GPL-2" |