summary refs log tree commit diff
path: root/maintainers
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-10-12 19:57:35 +0200
committerGitHub <noreply@github.com>2023-10-12 19:57:35 +0200
commit7f480265dbfe477863239fccda885c3598d62873 (patch)
tree162c166a7bf272dcd0d5df76f0a2b3ebc4a14ca7 /maintainers
parent28600ee9bb628cf09204ac1f4f92ccc1b7fbe0b4 (diff)
parenta3a74c2e8e4f515027eb6ae45eba087f9eb89a38 (diff)
Merge pull request #260469 from figsoda/ocaml
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