python3Packages.importmagic: fix meta.license
https://github.com/alecthomas/importmagic/blob/0.2.0/LICENSE
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user