treewide: quote URLs in my packages

This commit is contained in:
Nikolay Amiantov
2016-11-24 01:17:52 +03:00
parent 00cecf6a84
commit be95ceaff2
43 changed files with 70 additions and 76 deletions
+1 -1
View File
@@ -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;