treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -11,7 +11,7 @@ buildSetupcfg rec {
|
||||
application = true;
|
||||
meta = {
|
||||
description = "Generate nix expressions from setup.cfg for a python package.";
|
||||
homepage = https://github.com/target/setupcfg2nix;
|
||||
homepage = "https://github.com/target/setupcfg2nix";
|
||||
license = lib.licenses.mit;
|
||||
platforms = lib.platforms.all;
|
||||
maintainers = [ lib.maintainers.shlevy ];
|
||||
|
||||
Reference in New Issue
Block a user