diff options
author | 2020-06-30 20:32:55 +0200 | |
---|---|---|
committer | 2020-07-01 15:58:20 -0400 | |
commit | 9c8e1b4295a7335497dfb0428435b7aa2e3d3000 (patch) | |
tree | 6c54aae2e9277f8e4dfee7fc29be8f96b8ae9589 /net-misc/icecast | |
parent | sys-cluster/glusterfs: remove unused patches (diff) | |
download | gentoo-9c8e1b4295a7335497dfb0428435b7aa2e3d3000.tar.gz gentoo-9c8e1b4295a7335497dfb0428435b7aa2e3d3000.tar.bz2 gentoo-9c8e1b4295a7335497dfb0428435b7aa2e3d3000.zip |
net-misc/icecast: use HTTPS
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16514
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'net-misc/icecast')
-rw-r--r-- | net-misc/icecast/icecast-2.4.4.ebuild | 4 |
1 files 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" |