treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -29,7 +29,7 @@ stdenv.mkDerivation {
|
||||
meta = {
|
||||
description = "Interface to TinyXML";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
homepage = https://github.com/wxFormBuilder/ticpp;
|
||||
homepage = "https://github.com/wxFormBuilder/ticpp";
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user