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.";