about summary refs log tree commit diff
path: root/pkgs/games/warsow/engine.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/warsow/engine.nix')
-rw-r--r--pkgs/games/warsow/engine.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/warsow/engine.nix b/pkgs/games/warsow/engine.nix
index c42aa31982591..19c368671e646 100644
--- a/pkgs/games/warsow/engine.nix
+++ b/pkgs/games/warsow/engine.nix
@@ -44,7 +44,7 @@ in stdenv.mkDerivation (libs // rec {
 
   meta = with stdenv.lib; {
     description = "Multiplayer FPS game designed for competitive gaming (engine only)";
-    homepage = http://www.warsow.net;
+    homepage = "http://www.warsow.net";
     license = licenses.gpl2;
     maintainers = with maintainers; [ astsmtl abbradar ];
     platforms = platforms.linux;