Unverified Commit 340c068a authored by Tom Hunze's avatar Tom Hunze
Browse files

python3Packages.importmagic: fix `meta.license`

parent ba935380
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
  };
})