diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2020-06-15 15:40:52 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-06-15 12:37:53 -0400 |
commit | 012f4e7defb67b49ec25a3b92404f07a9316fdf7 (patch) | |
tree | 23149d6f592bb1f821fed5e11b808d672e759935 /media-plugins | |
parent | media-plugins/gmpc-magnatune: use HTTPS, fix download link (diff) | |
download | gentoo-012f4e7defb67b49ec25a3b92404f07a9316fdf7.tar.gz gentoo-012f4e7defb67b49ec25a3b92404f07a9316fdf7.tar.bz2 gentoo-012f4e7defb67b49ec25a3b92404f07a9316fdf7.zip |
media-plugins/gmpc-mdcover: use HTTPS, fix download link
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')
-rw-r--r-- | media-plugins/gmpc-mdcover/gmpc-mdcover-0.20.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-plugins/gmpc-mdcover/gmpc-mdcover-0.20.0.ebuild b/media-plugins/gmpc-mdcover/gmpc-mdcover-0.20.0.ebuild index 148b866d37b1..75d83a8dfe82 100644 --- a/media-plugins/gmpc-mdcover/gmpc-mdcover-0.20.0.ebuild +++ b/media-plugins/gmpc-mdcover/gmpc-mdcover-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="Plugin for fetching cover art, artist art, album and artist information" -HOMEPAGE="http://gmpc.wikia.com/wiki/GMPC_PLUGIN_MDCOVER" -SRC_URI="mirror://sourceforge/musicpd/${P}.tar.gz" +HOMEPAGE="https://gmpc.fandom.com/wiki/GMPC_PLUGIN_MDCOVER" +SRC_URI="https://download.sarine.nl/Programs/gmpc/0.20.0/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |