summary refs log tree commit diff
path: root/pkgs/games/cutemaze/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/cutemaze/default.nix')
-rw-r--r--pkgs/games/cutemaze/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/cutemaze/default.nix b/pkgs/games/cutemaze/default.nix
index 24077697218db..32e173de2b8ab 100644
--- a/pkgs/games/cutemaze/default.nix
+++ b/pkgs/games/cutemaze/default.nix
@@ -19,7 +19,7 @@ mkDerivation rec {
   '';
 
   meta = with stdenv.lib; {
-    homepage = https://gottcode.org/cutemaze/;
+    homepage = "https://gottcode.org/cutemaze/";
     description = "Simple, top-down game in which mazes are randomly generated";
     license = licenses.gpl3Plus;
     maintainers = with maintainers; [ dotlambda ];