Tom Hunze
2026-03-23 14:55:15 +01:00
parent c389f00084
commit 374c4ec59a
@@ -51,7 +51,10 @@ buildPythonPackage (finalAttrs: {
meta = {
description = "BSON codec for Python";
homepage = "https://github.com/py-bson/bson";
license = lib.licenses.asl20;
license = [
lib.licenses.asl20
lib.licenses.bsd3
];
maintainers = with lib.maintainers; [ fab ];
};
})