Unverified Commit 374c4ec5 authored by Tom Hunze's avatar Tom Hunze
Browse files
parent c389f000
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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 ];
  };
})