about summary refs log tree commit diff
path: root/pkgs/servers/icecast
diff options
context:
space:
mode:
authorKonrad Borowski <konrad@borowski.pw>2020-10-10 16:09:55 +0200
committerGitHub <noreply@github.com>2020-10-10 14:09:55 +0000
commit746a42a15c59e7d4abf4d53f65fd94e049cc6d58 (patch)
tree3ebebc5aed6343486efa050c5c2082fbbb405770 /pkgs/servers/icecast
parenta4a1b25469d080d77dc1b4d933d1132aaf188d6c (diff)
icecast: update homepage link to use HTTPS (#100145)
Diffstat (limited to 'pkgs/servers/icecast')
-rw-r--r--pkgs/servers/icecast/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/icecast/default.nix b/pkgs/servers/icecast/default.nix
index c7046ea8247e0..52f30c7c658c6 100644
--- a/pkgs/servers/icecast/default.nix
+++ b/pkgs/servers/icecast/default.nix
@@ -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;