summary refs log tree commit diff
path: root/maintainers
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-10-11 11:51:15 -0400
committerfigsoda <figsoda@pm.me>2023-10-11 14:17:10 -0400
commita3a74c2e8e4f515027eb6ae45eba087f9eb89a38 (patch)
tree8c77f950248dfb7c367146033f8a20a131f49700 /maintainers
parent91ac36c5b7a1ca134e066e7aded243951ca355a7 (diff)
team-list.nix: add ocaml
Diffstat (limited to 'maintainers')
-rw-r--r--maintainers/team-list.nix12
1 files changed, 12 insertions, 0 deletions
diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix
index 6b90ce30588be..b8811da00299b 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