python3Packages.importmagic: fix meta.license

https://github.com/alecthomas/importmagic/blob/0.2.0/LICENSE
This commit is contained in:
Tom Hunze
2026-03-21 19:08:21 +01:00
parent ba93538079
commit 340c068a79
@@ -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 ];
};
})