summary refs log tree commit diff
path: root/pkgs/games/stuntrally/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/stuntrally/default.nix')
-rw-r--r--pkgs/games/stuntrally/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/stuntrally/default.nix b/pkgs/games/stuntrally/default.nix
index 6b3da08b70c..98a3ca88317 100644
--- a/pkgs/games/stuntrally/default.nix
+++ b/pkgs/games/stuntrally/default.nix
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "Stunt Rally game with Track Editor, based on VDrift and OGRE";
-    homepage = http://stuntrally.tuxfamily.org/;
+    homepage = "http://stuntrally.tuxfamily.org/";
     license = licenses.gpl3Plus;
     maintainers = with maintainers; [ pSub ];
     platforms = platforms.linux;