diff options
author | 2020-06-15 15:27:23 +0200 | |
---|---|---|
committer | 2020-06-15 12:37:51 -0400 | |
commit | 3d1f4b1c3816a9e9afb0cb5eef612eab95265b0c (patch) | |
tree | c1ca4b0a648343dcc8929931f0e3fd136c835af7 /media-plugins/gmpc-extraplaylist | |
parent | media-plugins/gmpc-discogs: use HTTPS, fix download link (diff) | |
download | gentoo-3d1f4b1c3816a9e9afb0cb5eef612eab95265b0c.tar.gz gentoo-3d1f4b1c3816a9e9afb0cb5eef612eab95265b0c.tar.bz2 gentoo-3d1f4b1c3816a9e9afb0cb5eef612eab95265b0c.zip |
media-plugins/gmpc-extraplaylist: 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/gmpc-extraplaylist')
-rw-r--r-- | media-plugins/gmpc-extraplaylist/gmpc-extraplaylist-0.20.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-plugins/gmpc-extraplaylist/gmpc-extraplaylist-0.20.0.ebuild b/media-plugins/gmpc-extraplaylist/gmpc-extraplaylist-0.20.0.ebuild index 30eb2fccc6b4..d61b4c831afb 100644 --- a/media-plugins/gmpc-extraplaylist/gmpc-extraplaylist-0.20.0.ebuild +++ b/media-plugins/gmpc-extraplaylist/gmpc-extraplaylist-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 adds a second pane showing the playlist" -HOMEPAGE="http://gmpc.wikia.com/wiki/GMPC_PLUGIN_EXTRA_PLAYLIST" -SRC_URI="mirror://sourceforge/musicpd/${P}.tar.gz" +HOMEPAGE="https://gmpc.fandom.com/wiki/GMPC_PLUGIN_EXTRA_PLAYLIST" +SRC_URI="https://download.sarine.nl/Programs/gmpc/0.20.0/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |