treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -14,7 +14,7 @@ python2Packages.buildPythonPackage {
|
||||
doCheck = false;
|
||||
|
||||
meta = {
|
||||
homepage = http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/;
|
||||
homepage = "http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/";
|
||||
description = "A language for writing Python extension modules";
|
||||
license = stdenv.lib.licenses.asl20;
|
||||
};
|
||||
|
||||
@@ -14,7 +14,7 @@ python2Packages.buildPythonPackage {
|
||||
doCheck = false;
|
||||
|
||||
meta = {
|
||||
homepage = http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/;
|
||||
homepage = "http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/";
|
||||
description = "A language for writing Python extension modules";
|
||||
license = stdenv.lib.licenses.asl20;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user