Unverified Commit 7f480265 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #260469 from figsoda/ocaml

team-list.nix: add ocaml
parents 28600ee9 a3a74c2e
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -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