treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -25,7 +25,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A tile server for rendered geographic data";
|
||||
homepage = http://tilestache.org;
|
||||
homepage = "http://tilestache.org";
|
||||
license = licenses.bsd3;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user