From a3a74c2e8e4f515027eb6ae45eba087f9eb89a38 Mon Sep 17 00:00:00 2001 From: figsoda Date: Wed, 11 Oct 2023 11:51:15 -0400 Subject: [PATCH] team-list.nix: add ocaml --- maintainers/team-list.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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