diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2020-06-15 15:42:02 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-06-15 12:37:53 -0400 |
commit | 890091e17e1c385547cd100d05787a748f8827a1 (patch) | |
tree | 302ec819f9a52397d59eb6f1713ab04de63171ab /media-plugins/gmpc-mmkeys | |
parent | media-plugins/gmpc-mdcover: use HTTPS, fix download link (diff) | |
download | gentoo-890091e17e1c385547cd100d05787a748f8827a1.tar.gz gentoo-890091e17e1c385547cd100d05787a748f8827a1.tar.bz2 gentoo-890091e17e1c385547cd100d05787a748f8827a1.zip |
media-plugins/gmpc-mmkeys: 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-mmkeys')
-rw-r--r-- | media-plugins/gmpc-mmkeys/gmpc-mmkeys-11.8.16.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-plugins/gmpc-mmkeys/gmpc-mmkeys-11.8.16.ebuild b/media-plugins/gmpc-mmkeys/gmpc-mmkeys-11.8.16.ebuild index 29fc1902510e..7fbd9431c4b9 100644 --- a/media-plugins/gmpc-mmkeys/gmpc-mmkeys-11.8.16.ebuild +++ b/media-plugins/gmpc-mmkeys/gmpc-mmkeys-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 vala DESCRIPTION="Bind multimedia keys via gnome settings daemon" -HOMEPAGE="http://gmpc.wikia.com/wiki/Plugins" -SRC_URI="http://download.sarine.nl/Programs/gmpc/11.8/${P}.tar.gz" +HOMEPAGE="https://gmpc.fandom.com/wiki/Plugins" +SRC_URI="https://download.sarine.nl/Programs/gmpc/11.8/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" |