Unverified Commit 335e37d3 authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

ocamlPackages.mlbdd: set license (#516520)

parents 85bb4f48 72e0d2ac
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -26,5 +26,6 @@ buildDunePackage {
    homepage = "https://github.com/arlencox/mlbdd";
    description = "Not-quite-so-simple Binary Decision Diagrams implementation for OCaml";
    maintainers = with lib.maintainers; [ katrinafyi ];
    license = lib.licenses.mit;
  };
}