diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2020-06-15 15:48:59 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-06-15 12:37:54 -0400 |
commit | af7978714ea0b735497d37538bc11e0b08e3514a (patch) | |
tree | afc788cea52076e1fa57ad66b8ba42e62f4f4ba8 /media-plugins/gmpc-tagedit | |
parent | media-plugins/gmpc-shout: use HTTPS, fix download link (diff) | |
download | gentoo-af7978714ea0b735497d37538bc11e0b08e3514a.tar.gz gentoo-af7978714ea0b735497d37538bc11e0b08e3514a.tar.bz2 gentoo-af7978714ea0b735497d37538bc11e0b08e3514a.zip |
media-plugins/gmpc-tagedit: 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>
Closes: https://github.com/gentoo/gentoo/pull/16259
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'media-plugins/gmpc-tagedit')
-rw-r--r-- | media-plugins/gmpc-tagedit/gmpc-tagedit-11.8.16.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-plugins/gmpc-tagedit/gmpc-tagedit-11.8.16.ebuild b/media-plugins/gmpc-tagedit/gmpc-tagedit-11.8.16.ebuild index 06944aa4ca6b..b562d2596607 100644 --- a/media-plugins/gmpc-tagedit/gmpc-tagedit-11.8.16.ebuild +++ b/media-plugins/gmpc-tagedit/gmpc-tagedit-11.8.16.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="This plugin allows you to edit tags in your library" -HOMEPAGE="http://gmpc.wikia.com/wiki/GMPC_PLUGIN_TAGEDIT" -SRC_URI="mirror://sourceforge/musicpd/${P}.tar.gz" +HOMEPAGE="https://gmpc.fandom.com/wiki/GMPC_PLUGIN_TAGEDIT" +SRC_URI="https://download.sarine.nl/Programs/gmpc/11.8.16/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |