ocamlPackages.reason-native.src: set license (#516525)

This commit is contained in:
Jo
2026-05-12 11:38:47 +00:00
committed by GitHub
@@ -29,6 +29,9 @@ lib.makeScope newScope (self: {
# When updating this make sure to also update the `version` above
rev = "20b1997b6451d9715dfdbeec86a9d274c7430ed8";
hash = "sha256-96Ucq70eSy6pqh5ne9xoODWe/nPuriZnFAdx0OkLVCs=";
meta = {
license = lib.licenses.mit;
};
};
cli = self.callPackage ./cli.nix { };