about summary refs log tree commit diff
path: root/pkgs/servers/icecast
diff options
context:
space:
mode:
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 55ec611d60531..c7046ea8247e0 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 = "http://www.icecast.org";
     license = stdenv.lib.licenses.gpl2;
     maintainers = with stdenv.lib.maintainers; [ jcumming ];
     platforms = with stdenv.lib.platforms; unix;