From 83865cbdea4bdcfaf01df2b85b94a1802d840731 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Mon, 15 Jun 2020 15:25:52 +0200 Subject: media-plugins/gmpc-discogs: use HTTPS, fix download link Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Michael Mair-Keimberger Signed-off-by: Aaron Bauman --- media-plugins/gmpc-discogs/gmpc-discogs-0.20.0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'media-plugins/gmpc-discogs') diff --git a/media-plugins/gmpc-discogs/gmpc-discogs-0.20.0.ebuild b/media-plugins/gmpc-discogs/gmpc-discogs-0.20.0.ebuild index 92daba83f203..ccaf938b0ced 100644 --- a/media-plugins/gmpc-discogs/gmpc-discogs-0.20.0.ebuild +++ b/media-plugins/gmpc-discogs/gmpc-discogs-0.20.0.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 DESCRIPTION="This plugin fetches artist and album images from discogs" -HOMEPAGE="http://gmpc.wikia.com/wiki/GMPC_PLUGIN_DISCOGS" -SRC_URI="mirror://sourceforge/musicpd/${P}.tar.gz" +HOMEPAGE="https://gmpc.fandom.com/wiki/GMPC_PLUGIN_DISCOGS" +SRC_URI="https://download.sarine.nl/Programs/gmpc/0.20.0/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -- cgit v1.2.3-65-gdbad