about summary refs log tree commit diff
path: root/pkgs/games/mars/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/mars/default.nix')
-rw-r--r--pkgs/games/mars/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/mars/default.nix b/pkgs/games/mars/default.nix
index ed926461db21b..53ffb4e4b2d09 100644
--- a/pkgs/games/mars/default.nix
+++ b/pkgs/games/mars/default.nix
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
     chmod +x "$out/bin/mars"
   '';
   meta = with stdenv.lib; {
-    homepage = http://mars-game.sourceforge.net/;
+    homepage = "http://mars-game.sourceforge.net/";
     description = "A game about fighting with ships in a 2D space setting";
     license = licenses.gpl3Plus;
     maintainers = [ maintainers.astsmtl ];