From cc0e679aafec63a998010143d0c8b9c043f1e0f0 Mon Sep 17 00:00:00 2001 From: Weijia Wang <9713184+wegank@users.noreply.github.com> Date: Thu, 26 Sep 2024 16:20:28 +0200 Subject: [PATCH] maintainers/team-list: add ngi team --- maintainers/team-list.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix index e75a2850f2dc..919edbd7d7b4 100644 --- a/maintainers/team-list.nix +++ b/maintainers/team-list.nix @@ -745,6 +745,16 @@ with lib.maintainers; enableFeatureFreezePing = true; }; + ngi = { + members = [ + eljamm + fricklerhandwerk + wegank + ]; + scope = "Maintain NGI-supported software."; + shortName = "NGI"; + }; + node = { members = [ winter ]; scope = "Maintain Node.js runtimes and build tooling.";