treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -16,7 +16,7 @@ python3Packages.buildPythonApplication rec {
|
||||
meta = with stdenv.lib; {
|
||||
description = "Convert between TOML, YAML and JSON";
|
||||
license = licenses.mit;
|
||||
homepage = https://github.com/dbohdan/remarshal;
|
||||
homepage = "https://github.com/dbohdan/remarshal";
|
||||
maintainers = with maintainers; [ offline ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user