diff --git a/pkgs/development/python-modules/bson/default.nix b/pkgs/development/python-modules/bson/default.nix index fa0199c38f4c..2bb2f11738fd 100644 --- a/pkgs/development/python-modules/bson/default.nix +++ b/pkgs/development/python-modules/bson/default.nix @@ -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 ]; }; })