diff --git a/pkgs/development/python-modules/importmagic/default.nix b/pkgs/development/python-modules/importmagic/default.nix index 609e65a985a8..73d1ec13ed0a 100644 --- a/pkgs/development/python-modules/importmagic/default.nix +++ b/pkgs/development/python-modules/importmagic/default.nix @@ -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 ]; }; })