Unverified Commit 53c527b6 authored by Maciej Krüger's avatar Maciej Krüger Committed by GitHub
Browse files

Merge pull request #292817 from mkg20001/steam-team

teams.steam: add - ref #289561
parents dfd66a8e 26c09016
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -928,6 +928,18 @@ with lib.maintainers; {
    shortName = "Serokell employees";
  };

  steam = {
    members = [
      atemu
      eclairevoyant
      jonringer
      k900
      mkg20001
    ];
    scope = "Maintain steam module and packages";
    shortName = "Steam";
  };

  systemd = {
    members = [ ];
    githubTeams = [
+1 −1
Original line number Diff line number Diff line
@@ -187,5 +187,5 @@ in {
    ];
  };

  meta.maintainers = with maintainers; [ mkg20001 ];
  meta.maintainers = teams.steam;
}