diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-07-22 12:46:41 +0200 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2018-07-26 22:28:37 +0200 |
commit | fb565920d599d9cfa8faea836f16685617169d7f (patch) | |
tree | e18a4c96822ea44f358198660a2da2a5b7674c1f /x11-plugins/wmcms | |
parent | app-misc/cdircmp: Drop old (diff) | |
download | gentoo-fb565920d599d9cfa8faea836f16685617169d7f.tar.gz gentoo-fb565920d599d9cfa8faea836f16685617169d7f.tar.bz2 gentoo-fb565920d599d9cfa8faea836f16685617169d7f.zip |
x11-plugins/wmcms: use HTTPs
Diffstat (limited to 'x11-plugins/wmcms')
-rw-r--r-- | x11-plugins/wmcms/wmcms-0.3.5-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-plugins/wmcms/wmcms-0.3.5-r2.ebuild b/x11-plugins/wmcms/wmcms-0.3.5-r2.ebuild index 39876e15b96a..688174fdfc1b 100644 --- a/x11-plugins/wmcms/wmcms-0.3.5-r2.ebuild +++ b/x11-plugins/wmcms/wmcms-0.3.5-r2.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit eutils DESCRIPTION="WindowMaker CPU and Memory Usage Monitor Dock App" -HOMEPAGE="http://www.geocities.ws/neofpo/wmcms.html" -SRC_URI="http://www.geocities.ws/neofpo/files/${P}.tar.gz" +HOMEPAGE="https://www.geocities.ws/neofpo/wmcms.html" +SRC_URI="https://www.geocities.ws/neofpo/files/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |