summary refs log tree commit diff
path: root/maintainers
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-10-12 18:01:34 +0000
committerGitHub <noreply@github.com>2023-10-12 18:01:34 +0000
commit80ddbc41e6a0210dd61db8ea261284dfd4533bb2 (patch)
tree21c0de001a9ffd506e59c3f83b5b63d9f26bfa21 /maintainers
parent4da0322a88a9254ebad31b48e262db85760b29bd (diff)
parent176015fc743583e30581c23bfda2bf848dd4d67d (diff)
downloadnixpkgs-80ddbc41e6a0210dd61db8ea261284dfd4533bb2.tar
nixpkgs-80ddbc41e6a0210dd61db8ea261284dfd4533bb2.tar.gz
nixpkgs-80ddbc41e6a0210dd61db8ea261284dfd4533bb2.tar.bz2
nixpkgs-80ddbc41e6a0210dd61db8ea261284dfd4533bb2.tar.lz
nixpkgs-80ddbc41e6a0210dd61db8ea261284dfd4533bb2.tar.xz
nixpkgs-80ddbc41e6a0210dd61db8ea261284dfd4533bb2.tar.zst
nixpkgs-80ddbc41e6a0210dd61db8ea261284dfd4533bb2.zip
Merge staging-next into staging
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 a650d5fdd30..02609d2986b 100644
--- a/maintainers/team-list.nix
+++ b/maintainers/team-list.nix
@@ -683,6 +683,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