diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-04-30 11:07:11 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-05 15:27:01 -0400 |
commit | 3209c48c0769680c2cb7bf535b970c93a6f79291 (patch) | |
tree | 70498f2a08344af915addb0d62480832811e4d99 /x11-plugins/wmswallow | |
parent | x11-plugins/wmpop3: use HTTPS (diff) | |
download | gentoo-3209c48c0769680c2cb7bf535b970c93a6f79291.tar.gz gentoo-3209c48c0769680c2cb7bf535b970c93a6f79291.tar.bz2 gentoo-3209c48c0769680c2cb7bf535b970c93a6f79291.zip |
x11-plugins/wmswallow: use HTTPS
Diffstat (limited to 'x11-plugins/wmswallow')
-rw-r--r-- | x11-plugins/wmswallow/wmswallow-0.6.1-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-plugins/wmswallow/wmswallow-0.6.1-r1.ebuild b/x11-plugins/wmswallow/wmswallow-0.6.1-r1.ebuild index eec1a0b98b9b..e4cc74eca71e 100644 --- a/x11-plugins/wmswallow/wmswallow-0.6.1-r1.ebuild +++ b/x11-plugins/wmswallow/wmswallow-0.6.1-r1.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 toolchain-funcs DESCRIPTION="A dock applet to make any application dockable" -HOMEPAGE="http://www.dockapps.net/wmswallow" -SRC_URI="http://www.dockapps.net/download/${PN}.tar.Z" +HOMEPAGE="https://www.dockapps.net/wmswallow" +SRC_URI="https://www.dockapps.net/download/${PN}.tar.Z" LICENSE="GPL-2" SLOT="0" |