summary refs log tree commit diff
path: root/pkgs/games/unnethack/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/unnethack/default.nix')
-rw-r--r--pkgs/games/unnethack/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/unnethack/default.nix b/pkgs/games/unnethack/default.nix
index ea0186323c0..57749c4f228 100644
--- a/pkgs/games/unnethack/default.nix
+++ b/pkgs/games/unnethack/default.nix
@@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "Fork of NetHack";
-    homepage = "http://unnethack.wordpress.com/";
+    homepage = http://unnethack.wordpress.com/;
     license = "nethack";
     platforms = platforms.all;
     maintainers = with maintainers; [ abbradar ];