diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-04-30 10:58:58 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-05 15:26:58 -0400 |
commit | 162965a655043b67f73bdb90e1b5c32029d7de19 (patch) | |
tree | cfc30846387185ef7fc135711ca6f78bb8716911 /x11-plugins | |
parent | x11-plugins/wmgtemp: use HTTPS (diff) | |
download | gentoo-162965a655043b67f73bdb90e1b5c32029d7de19.tar.gz gentoo-162965a655043b67f73bdb90e1b5c32029d7de19.tar.bz2 gentoo-162965a655043b67f73bdb90e1b5c32029d7de19.zip |
x11-plugins/wmget: use HTTPS
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmget/wmget-0.6.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-plugins/wmget/wmget-0.6.1.ebuild b/x11-plugins/wmget/wmget-0.6.1.ebuild index 502bca71265e..17190d7c7a80 100644 --- a/x11-plugins/wmget/wmget-0.6.1.ebuild +++ b/x11-plugins/wmget/wmget-0.6.1.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=6 inherit autotools DESCRIPTION="a libcurl based dockapp for automated downloads" -HOMEPAGE="http://www.dockapps.net/wmget" -SRC_URI="http://www.dockapps.net/download/${P}.tar.gz" +HOMEPAGE="https://www.dockapps.net/wmget" +SRC_URI="https://www.dockapps.net/download/${P}.tar.gz" LICENSE="MIT" SLOT="0" |