mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
Merge pull request #292817 from mkg20001/steam-team
teams.steam: add - ref #289561
This commit is contained in:
commit
53c527b694
@ -928,6 +928,18 @@ with lib.maintainers; {
|
|||||||
shortName = "Serokell employees";
|
shortName = "Serokell employees";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
steam = {
|
||||||
|
members = [
|
||||||
|
atemu
|
||||||
|
eclairevoyant
|
||||||
|
jonringer
|
||||||
|
k900
|
||||||
|
mkg20001
|
||||||
|
];
|
||||||
|
scope = "Maintain steam module and packages";
|
||||||
|
shortName = "Steam";
|
||||||
|
};
|
||||||
|
|
||||||
systemd = {
|
systemd = {
|
||||||
members = [ ];
|
members = [ ];
|
||||||
githubTeams = [
|
githubTeams = [
|
||||||
|
@ -187,5 +187,5 @@ in {
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
meta.maintainers = with maintainers; [ mkg20001 ];
|
meta.maintainers = teams.steam;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user