about summary refs log tree commit diff
path: root/maintainers/team-list.nix
diff options
context:
space:
mode:
authorWinter <winter@winter.cafe>2023-01-30 21:17:44 -0500
committerzowoq <59103226+zowoq@users.noreply.github.com>2023-01-31 18:10:08 +1000
commitaa9b2e830cbf2120176d197f643e1c84360bc6fc (patch)
tree8ac2f2acdf0f08cef9c88e358bece634ca688b73 /maintainers/team-list.nix
parent13ac55a095f1f58efa113d6b4c46af15d9c732b6 (diff)
maintainers/teams: add figsoda, tjni, and winter to rust
The three of us have been involved in most Rust-related PRs for a bit
now, so I think it makes sense to add us to the team.
Diffstat (limited to 'maintainers/team-list.nix')
-rw-r--r--maintainers/team-list.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix
index b813948db1d64..cd01244827f10 100644
--- a/maintainers/team-list.nix
+++ b/maintainers/team-list.nix
@@ -699,8 +699,11 @@ with lib.maintainers; {
   rust = {
     members = [
       andir
+      figsoda
       lnl7
       mic92
+      tjni
+      winter
       zowoq
     ];
     scope = "Maintain the Rust compiler toolchain and nixpkgs integration.";