Loading pkgs/development/python-modules/importmagic/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -27,6 +27,7 @@ buildPythonPackage (finalAttrs: { meta = { description = "Python Import Magic - automagically add, remove and manage imports"; homepage = "https://github.com/alecthomas/importmagic"; changelog = "https://github.com/alecthomas/importmagic/releases/tag/${finalAttrs.src.tag}"; license = lib.licenses.bsd0; maintainers = with lib.maintainers; [ onny ]; }; Loading Loading
pkgs/development/python-modules/importmagic/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -27,6 +27,7 @@ buildPythonPackage (finalAttrs: { meta = { description = "Python Import Magic - automagically add, remove and manage imports"; homepage = "https://github.com/alecthomas/importmagic"; changelog = "https://github.com/alecthomas/importmagic/releases/tag/${finalAttrs.src.tag}"; license = lib.licenses.bsd0; maintainers = with lib.maintainers; [ onny ]; }; Loading