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