From 470d48fc2db23e93cd5161bb5758b318a99fdd7a Mon Sep 17 00:00:00 2001 From: zapashcanon Date: Wed, 8 Oct 2025 00:05:38 +0200 Subject: [PATCH] team/ocaml: add redianthus --- maintainers/team-list.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix index cb0c001ccd8b..5ef3b72ab671 100644 --- a/maintainers/team-list.nix +++ b/maintainers/team-list.nix @@ -982,7 +982,10 @@ with lib.maintainers; }; ocaml = { - members = [ alizter ]; + members = [ + alizter + redianthus + ]; github = "ocaml"; scope = "Maintain the OCaml compiler and package set."; shortName = "OCaml";