diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2020-06-15 15:30:50 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-06-15 12:37:52 -0400 |
commit | 8dd4d2655b4eb993dd5d9a03bb2ad7cae4c61c52 (patch) | |
tree | 843a3eee69a2216b54a2a8a611438a78937042a6 /media-plugins/gmpc-libnotify | |
parent | media-plugins/gmpc-last-fm: use HTTPS, fix download link (diff) | |
download | gentoo-8dd4d2655b4eb993dd5d9a03bb2ad7cae4c61c52.tar.gz gentoo-8dd4d2655b4eb993dd5d9a03bb2ad7cae4c61c52.tar.bz2 gentoo-8dd4d2655b4eb993dd5d9a03bb2ad7cae4c61c52.zip |
media-plugins/gmpc-libnotify: 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-libnotify')
-rw-r--r-- | media-plugins/gmpc-libnotify/gmpc-libnotify-11.8.16.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-plugins/gmpc-libnotify/gmpc-libnotify-11.8.16.ebuild b/media-plugins/gmpc-libnotify/gmpc-libnotify-11.8.16.ebuild index 7bca10979738..773c534c292c 100644 --- a/media-plugins/gmpc-libnotify/gmpc-libnotify-11.8.16.ebuild +++ b/media-plugins/gmpc-libnotify/gmpc-libnotify-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 sends an announcement to the notification daemon on song change" -HOMEPAGE="http://gmpc.wikia.com/wiki/GMPC_PLUGIN_LIBNOTIFY" -SRC_URI="mirror://sourceforge/musicpd/${P}.tar.gz" +HOMEPAGE="https://gmpc.fandom.com/wiki/GMPC_PLUGIN_LIBNOTIFY" +SRC_URI="https://download.sarine.nl/Programs/gmpc/11.8.16/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |