about summary refs log tree commit diff
path: root/pkgs/development/libraries/libshout/default.nix
diff options
context:
space:
mode:
authorRenaud <c0bw3b@users.noreply.github.com>2022-01-03 16:53:12 +0100
committerGitHub <noreply@github.com>2022-01-03 16:53:12 +0100
commit944a2dc83568f515cd3b0f8bb777dbbe0d14226a (patch)
treef35b739281d7c0ac0868f16e90a9a126465fbbec /pkgs/development/libraries/libshout/default.nix
parent0bed14f8e734758be6d26fde34951e8e4bd8148c (diff)
Treewide: fix some permanent redirects on homepages
(#153213)
Issue #60004
Diffstat (limited to 'pkgs/development/libraries/libshout/default.nix')
-rw-r--r--pkgs/development/libraries/libshout/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/libshout/default.nix b/pkgs/development/libraries/libshout/default.nix
index 5b284e4408c65..e231fb0ed6eee 100644
--- a/pkgs/development/libraries/libshout/default.nix
+++ b/pkgs/development/libraries/libshout/default.nix
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
       bad data from getting to the icecast server.
     '';
 
-    homepage = "http://www.icecast.org";
+    homepage = "https://www.icecast.org";
     license = lib.licenses.gpl2;
     maintainers = with lib.maintainers; [ jcumming ];
     platforms = with lib.platforms; unix;