about summary refs log tree commit diff
path: root/nixpkgs/pkgs/games/sil/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/games/sil/default.nix')
-rw-r--r--nixpkgs/pkgs/games/sil/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/pkgs/games/sil/default.nix b/nixpkgs/pkgs/games/sil/default.nix
index a998a86370d9..208a14dc1c57 100644
--- a/nixpkgs/pkgs/games/sil/default.nix
+++ b/nixpkgs/pkgs/games/sil/default.nix
@@ -55,7 +55,7 @@ stdenv.mkDerivation rec {
       Walk the dark halls of Angband.  Slay creatures black and fell.  Wrest a shining 
       Silmaril from Morgoth’s iron crown.
     '';
-    homepage = http://www.amirrorclear.net/flowers/game/sil/index.html;
+    homepage = "http://www.amirrorclear.net/flowers/game/sil/index.html";
     license = stdenv.lib.licenses.gpl2;
     maintainers = [ stdenv.lib.maintainers.michaelpj ];
     platforms = stdenv.lib.platforms.linux;