Loading pkgs/development/python-modules/bson/default.nix +4 −1 Original line number Diff line number Diff line Loading @@ -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 ]; }; }) Loading
pkgs/development/python-modules/bson/default.nix +4 −1 Original line number Diff line number Diff line Loading @@ -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 ]; }; })