diff options
author | 2016-11-09 05:01:21 +0200 | |
---|---|---|
committer | 2016-11-12 18:05:15 +0100 | |
commit | b1950fe7fffc1262ca23ebfe1344ca7b4df56137 (patch) | |
tree | 5ea35d3576e779c8f5bc7d421c7ac8ccfc8c3954 /media-sound/mpd/mpd-0.19.19.ebuild | |
parent | net-misc/openssh: mark 7.3_p1-r6 arm64/m68k/s390/sh stable #597360 (diff) | |
download | gentoo-b1950fe7fffc1262ca23ebfe1344ca7b4df56137.tar.gz gentoo-b1950fe7fffc1262ca23ebfe1344ca7b4df56137.tar.bz2 gentoo-b1950fe7fffc1262ca23ebfe1344ca7b4df56137.zip |
*/*: musicpd.org http to https.
Closes: https://github.com/gentoo/gentoo/pull/2787
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'media-sound/mpd/mpd-0.19.19.ebuild')
-rw-r--r-- | media-sound/mpd/mpd-0.19.19.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/mpd/mpd-0.19.19.ebuild b/media-sound/mpd/mpd-0.19.19.ebuild index 71a85d59d06f..c62bb114b6c1 100644 --- a/media-sound/mpd/mpd-0.19.19.ebuild +++ b/media-sound/mpd/mpd-0.19.19.ebuild @@ -7,8 +7,8 @@ EAPI=6 inherit autotools eutils flag-o-matic linux-info multilib systemd user DESCRIPTION="The Music Player Daemon (mpd)" -HOMEPAGE="http://www.musicpd.org" -SRC_URI="http://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz" +HOMEPAGE="https://www.musicpd.org" +SRC_URI="https://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" |