From 9c8e1b4295a7335497dfb0428435b7aa2e3d3000 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Tue, 30 Jun 2020 20:32:55 +0200 Subject: net-misc/icecast: use HTTPS Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Michael Mair-Keimberger Closes: https://github.com/gentoo/gentoo/pull/16514 Signed-off-by: Aaron Bauman --- net-misc/icecast/icecast-2.4.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/icecast/icecast-2.4.4.ebuild b/net-misc/icecast/icecast-2.4.4.ebuild index 9b56924bcfdc..1a0bb862d6ab 100644 --- a/net-misc/icecast/icecast-2.4.4.ebuild +++ b/net-misc/icecast/icecast-2.4.4.ebuild @@ -5,8 +5,8 @@ EAPI=7 inherit autotools systemd user DESCRIPTION="Opensource alternative to shoutcast that supports mp3, ogg and aac streaming" -HOMEPAGE="http://www.icecast.org/" -SRC_URI="http://downloads.xiph.org/releases/icecast/${P}.tar.gz" +HOMEPAGE="https://www.icecast.org/" +SRC_URI="https://downloads.xiph.org/releases/icecast/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -- cgit v1.2.3-65-gdbad