summary refs log tree commit diff
path: root/pkgs/games/sgt-puzzles/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/sgt-puzzles/default.nix')
-rw-r--r--pkgs/games/sgt-puzzles/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/sgt-puzzles/default.nix b/pkgs/games/sgt-puzzles/default.nix
index f138e1d0491..c17439b5e3e 100644
--- a/pkgs/games/sgt-puzzles/default.nix
+++ b/pkgs/games/sgt-puzzles/default.nix
@@ -68,6 +68,6 @@ stdenv.mkDerivation rec {
     license = licenses.mit;
     maintainers = [ maintainers.raskin maintainers.genesis ];
     platforms = platforms.linux;
-    homepage = https://www.chiark.greenend.org.uk/~sgtatham/puzzles/;
+    homepage = "https://www.chiark.greenend.org.uk/~sgtatham/puzzles/";
   };
 }