treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -18,7 +18,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = {
|
||||
description = "Application version information library";
|
||||
homepage = https://wiki.mozilla.org/Auto-tools/Projects/Mozbase;
|
||||
homepage = "https://wiki.mozilla.org/Auto-tools/Projects/Mozbase";
|
||||
license = lib.licenses.mpl20;
|
||||
maintainers = with lib.maintainers; [ raskin ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user