treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -23,7 +23,7 @@ python3Packages.buildPythonApplication rec {
|
||||
];
|
||||
|
||||
meta = {
|
||||
homepage = https://github.com/madjar/nox;
|
||||
homepage = "https://github.com/madjar/nox";
|
||||
description = "Tools to make nix nicer to use";
|
||||
maintainers = [ lib.maintainers.madjar ];
|
||||
license = lib.licenses.mit;
|
||||
|
||||
Reference in New Issue
Block a user