From aa759001ee0692ca90150f289b1accab39ea8ab5 Mon Sep 17 00:00:00 2001 From: Theo Paris Date: Mon, 29 Dec 2025 21:33:28 -0800 Subject: [PATCH] teams/redox: init Signed-off-by: Theo Paris Change-Id: I5afca3e107a80ac32ec42a92cb4d2c386a6a6964 --- maintainers/team-list.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix index 7b95a1030df9c..6668f5741654c 100644 --- a/maintainers/team-list.nix +++ b/maintainers/team-list.nix @@ -868,6 +868,17 @@ with lib.maintainers; shortName = "Red Code Labs"; }; + redox = { + members = [ + theoparis + eveeifyeve + ericson2314 + anderscs + ]; + scope = "Maintains the redox package set"; + shortName = "Redox"; + }; + rocm = { github = "rocm"; };