diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix index 6b90ce30588b..b8811da00299 100644 --- a/maintainers/team-list.nix +++ b/maintainers/team-list.nix @@ -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