treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -24,7 +24,7 @@ python3Packages.buildPythonApplication rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "Manipulate DNS records on various DNS providers in a standardized way.";
|
||||
homepage = https://github.com/AnalogJ/lexicon;
|
||||
homepage = "https://github.com/AnalogJ/lexicon";
|
||||
maintainers = with maintainers; [ flyfloh ];
|
||||
license = licenses.mit;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user