diff options
author | 2020-06-15 15:21:14 +0200 | |
---|---|---|
committer | 2020-06-15 12:37:49 -0400 | |
commit | d4fabf8c1f959d39d9ddf56e5060d17cfe33f63a (patch) | |
tree | 192770bd4e4209d4784f5210493da2c710b2f8f1 /media-plugins/gmpc-alarm | |
parent | app-text/foliate: initial import (diff) | |
download | gentoo-d4fabf8c1f959d39d9ddf56e5060d17cfe33f63a.tar.gz gentoo-d4fabf8c1f959d39d9ddf56e5060d17cfe33f63a.tar.bz2 gentoo-d4fabf8c1f959d39d9ddf56e5060d17cfe33f63a.zip |
media-plugins/gmpc-alarm: use HTTPS
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-alarm')
-rw-r--r-- | media-plugins/gmpc-alarm/gmpc-alarm-11.8.16.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-plugins/gmpc-alarm/gmpc-alarm-11.8.16.ebuild b/media-plugins/gmpc-alarm/gmpc-alarm-11.8.16.ebuild index e50d034f8191..58bc74e7206c 100644 --- a/media-plugins/gmpc-alarm/gmpc-alarm-11.8.16.ebuild +++ b/media-plugins/gmpc-alarm/gmpc-alarm-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 can start/stop/pause your music at a preset time" -HOMEPAGE="http://gmpc.wikia.com/wiki/GMPC_PLUGIN_ALARM" -SRC_URI="http://download.sarine.nl/Programs/gmpc/11.8/${P}.tar.gz" +HOMEPAGE="https://gmpc.fandom.com/wiki/GMPC_PLUGIN_ALARM" +SRC_URI="https://download.sarine.nl/Programs/gmpc/11.8/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |