about summary refs log tree commit diff
path: root/pkgs/games/quake3
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2016-11-23 17:49:18 +0300
committerNikolay Amiantov <ab@fmap.me>2016-11-24 01:17:52 +0300
commitbe95ceaff2b73ff836171f9822b81767d9a8cee6 (patch)
treec886547e56c7f65e1e5b5121265a786b644614bc /pkgs/games/quake3
parent00cecf6a8403473e91021a5f49c768ca80d24399 (diff)
treewide: quote URLs in my packages
Diffstat (limited to 'pkgs/games/quake3')
-rw-r--r--pkgs/games/quake3/ioquake/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/quake3/ioquake/default.nix b/pkgs/games/quake3/ioquake/default.nix
index f03b8dde13e86..a73093ad2fc0e 100644
--- a/pkgs/games/quake3/ioquake/default.nix
+++ b/pkgs/games/quake3/ioquake/default.nix
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
   '';
 
   meta = {
-    homepage = http://ioquake3.org/;
+    homepage = "http://ioquake3.org/";
     description = "First person shooter engine based on the Quake 3: Arena and Quake 3: Team Arena";
     license = lib.licenses.gpl2;
     platforms = lib.platforms.linux;