diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2020-06-15 15:23:30 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-06-15 12:37:50 -0400 |
commit | 9240428de8fffaf30ed5a562c98d93534874782c (patch) | |
tree | 7e0051fb3e92f54cc0c64a768595e41623750106 /media-plugins/gmpc-awn | |
parent | media-plugins/gmpc-avahi: use HTTPS (diff) | |
download | gentoo-9240428de8fffaf30ed5a562c98d93534874782c.tar.gz gentoo-9240428de8fffaf30ed5a562c98d93534874782c.tar.bz2 gentoo-9240428de8fffaf30ed5a562c98d93534874782c.zip |
media-plugins/gmpc-awn: use HTTPS
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'media-plugins/gmpc-awn')
-rw-r--r-- | media-plugins/gmpc-awn/gmpc-awn-11.8.16.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-plugins/gmpc-awn/gmpc-awn-11.8.16.ebuild b/media-plugins/gmpc-awn/gmpc-awn-11.8.16.ebuild index 59b7b155be36..d35d58a72fcf 100644 --- a/media-plugins/gmpc-awn/gmpc-awn-11.8.16.ebuild +++ b/media-plugins/gmpc-awn/gmpc-awn-11.8.16.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,8 +6,8 @@ EAPI=7 inherit autotools DESCRIPTION="This plugin integrates GMPC with the Avant Window Navigator" -HOMEPAGE="http://gmpc.wikia.com/wiki/GMPC_PLUGIN_AWN" -SRC_URI="http://download.sarine.nl/Programs/gmpc/11.8/${P}.tar.gz" +HOMEPAGE="https://gmpc.fandom.com/wiki/GMPC_PLUGIN_AWN" +SRC_URI="https://download.sarine.nl/Programs/gmpc/11.8/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |