about summary refs log tree commit diff
path: root/pkgs/games/snake4/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/snake4/default.nix')
-rw-r--r--pkgs/games/snake4/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/snake4/default.nix b/pkgs/games/snake4/default.nix
index b3a74d0f4fbe8..4c4161d5049a4 100644
--- a/pkgs/games/snake4/default.nix
+++ b/pkgs/games/snake4/default.nix
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "A game starring a fruit-eating snake";
-    homepage = https://shh.thathost.com/pub-unix/html/snake4.html;
+    homepage = "https://shh.thathost.com/pub-unix/html/snake4.html";
     license = licenses.artistic1;
     platforms = platforms.linux;
   };