From da16f157febabf86ce0f6b2b796250d565ecba6d Mon Sep 17 00:00:00 2001 From: superherointj <5861043+superherointj@users.noreply.github.com> Date: Tue, 9 Jul 2024 18:02:38 -0300 Subject: [PATCH] maintainers/team-list: add stridtech team Co-authored-by: @ulrikstrid --- maintainers/team-list.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix index d5c7a218b4b5..f54d0f435249 100644 --- a/maintainers/team-list.nix +++ b/maintainers/team-list.nix @@ -922,6 +922,16 @@ with lib.maintainers; shortName = "Steam"; }; + stridtech = { + # Verify additions by approval of an already existing member of the team + members = [ + superherointj + ulrikstrid + ]; + scope = "Group registration for Strid Tech AB team members who collectively maintain packages"; + shortName = "StridTech"; + }; + systemd = { members = [ ]; githubTeams = [ "systemd" ];