Commit a3a74c2e authored by figsoda's avatar figsoda
Browse files

team-list.nix: add ocaml

parent 91ac36c5
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