Merge pull request #260469 from figsoda/ocaml

team-list.nix: add ocaml
This commit is contained in:
Weijia Wang 2023-10-12 19:57:35 +02:00 committed by GitHub
commit 7f480265db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -682,6 +682,18 @@ with lib.maintainers; {
shortName = "Numtide team";
};
ocaml = {
members = [
alizter
];
githubTeams = [
"ocaml"
];
scope = "Maintain the OCaml compiler and package set.";
shortName = "OCaml";
enableFeatureFreezePing = true;
};
openstack = {
members = [
SuperSandro2000