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 ee3890aeea5..1ac87c1d41b 100644
--- a/pkgs/games/unnethack/default.nix
+++ b/pkgs/games/unnethack/default.nix
@@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "Fork of NetHack";
-    homepage = https://unnethack.wordpress.com/;
+    homepage = "https://unnethack.wordpress.com/";
     license = "nethack";
     platforms = platforms.all;
     maintainers = with maintainers; [ abbradar ];