treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = {
|
||||
description = "A simple, small, efficient, C++ XML parser";
|
||||
homepage = http://www.grinninglizard.com/tinyxml2/index.html;
|
||||
homepage = "http://www.grinninglizard.com/tinyxml2/index.html";
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
license = stdenv.lib.licenses.zlib;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user