diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index cc5b8172d8d7..16e267e5fd70 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -3909,6 +3909,12 @@ githubId = 75067; name = "Daniel Duan"; }; + de11n = { + email = "nixpkgs-commits@deshaw.com"; + github = "de11n"; + githubId = 130508846; + name = "Elliot Cameron"; + }; dearrude = { name = "Ebrahim Nejati"; email = "dearrude@tfwno.gf"; @@ -7237,6 +7243,12 @@ fingerprint = "5CB5 9AA0 D180 1997 2FB3 E0EC 943A 1DE9 372E BE4E"; }]; }; + invokes-su = { + email = "nixpkgs-commits@deshaw.com"; + github = "invokes-su"; + githubId = 88038050; + name = "Souvik Sen"; + }; ionutnechita = { email = "ionut_n2001@yahoo.com"; github = "ionutnechita"; diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix index 5c0f0373d206..c0b8e88727fc 100644 --- a/maintainers/team-list.nix +++ b/maintainers/team-list.nix @@ -193,10 +193,11 @@ with lib.maintainers; { deshaw = { # Verify additions to this team with at least one already existing member of the team. members = [ - limeytexan + de11n + invokes-su ]; scope = "Group registration for D. E. Shaw employees who collectively maintain packages."; - shortName = "Shaw employees"; + shortName = "D. E. Shaw employees"; }; determinatesystems = {