Loading pkgs/development/python-modules/importmagic/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ buildPythonPackage (finalAttrs: { 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; license = lib.licenses.bsd2; maintainers = with lib.maintainers; [ onny ]; }; }) Loading
pkgs/development/python-modules/importmagic/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ buildPythonPackage (finalAttrs: { 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; license = lib.licenses.bsd2; maintainers = with lib.maintainers; [ onny ]; }; })