about summary refs log tree commit diff
path: root/pkgs/games/solarus
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/solarus')
-rw-r--r--pkgs/games/solarus/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/solarus/default.nix b/pkgs/games/solarus/default.nix
index 68d0f642aefcb..c0daa99c15a69 100644
--- a/pkgs/games/solarus/default.nix
+++ b/pkgs/games/solarus/default.nix
@@ -27,7 +27,7 @@ mkDerivation rec {
       Solarus is a game engine for Zelda-like ARPG games written in lua.
       Many full-fledged games have been writen for the engine.
     '';
-    homepage = http://www.solarus-games.org;
+    homepage = "http://www.solarus-games.org";
     license = licenses.gpl3;
     maintainers = [ maintainers.Nate-Devv ];
     platforms = platforms.linux;