icecast: update homepage link to use HTTPS (#100145)

This commit is contained in:
Konrad Borowski
2020-10-10 16:09:55 +02:00
committed by GitHub
parent a4a1b25469
commit 746a42a15c

View File

@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
open standards for commuincation and interaction.
'';
homepage = "http://www.icecast.org";
homepage = "https://www.icecast.org";
license = stdenv.lib.licenses.gpl2;
maintainers = with stdenv.lib.maintainers; [ jcumming ];
platforms = with stdenv.lib.platforms; unix;