summary refs log tree commit diff
path: root/pkgs/games/supertux/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/supertux/default.nix')
-rw-r--r--pkgs/games/supertux/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/supertux/default.nix b/pkgs/games/supertux/default.nix
index 3b33296892f..25f36e9ff3e 100644
--- a/pkgs/games/supertux/default.nix
+++ b/pkgs/games/supertux/default.nix
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "Classic 2D jump'n run sidescroller game";
-    homepage = http://supertux.github.io/;
+    homepage = "http://supertux.github.io/";
     license = licenses.gpl2;
     maintainers = with maintainers; [ pSub ];
     platforms = with platforms; linux;