summary refs log tree commit diff
path: root/maintainers
diff options
context:
space:
mode:
authorRobert Hensing <roberth@users.noreply.github.com>2021-05-16 22:37:50 +0200
committerGitHub <noreply@github.com>2021-05-16 22:37:50 +0200
commit338baef86106f33053f10b3976e7e38cfec89eb6 (patch)
tree35022761a480b17ee35faf5b0e722e0cc5ff68d8 /maintainers
parent333994ca6a0325c78759be256a59db6b6e1b6039 (diff)
parent8d89aa01d69c3b4bb0d5d2b879f98d437f7f508d (diff)
downloadnixpkgs-338baef86106f33053f10b3976e7e38cfec89eb6.tar
nixpkgs-338baef86106f33053f10b3976e7e38cfec89eb6.tar.gz
nixpkgs-338baef86106f33053f10b3976e7e38cfec89eb6.tar.bz2
nixpkgs-338baef86106f33053f10b3976e7e38cfec89eb6.tar.lz
nixpkgs-338baef86106f33053f10b3976e7e38cfec89eb6.tar.xz
nixpkgs-338baef86106f33053f10b3976e7e38cfec89eb6.tar.zst
nixpkgs-338baef86106f33053f10b3976e7e38cfec89eb6.zip
Merge pull request #122458 from serokell/team-serokell
maintainers: add serokell team, move various packages to it
Diffstat (limited to 'maintainers')
-rw-r--r--maintainers/team-list.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix
index 9af8d11c6f9..39329e582d7 100644
--- a/maintainers/team-list.nix
+++ b/maintainers/team-list.nix
@@ -178,4 +178,13 @@ with lib.maintainers; {
     ];
     scope = "Maintain SageMath and the dependencies that are likely to break it.";
   };
+
+  serokell = {
+    # Verify additions by approval of an already existing member of the team.
+    members = [
+      balsoft
+      mkaito
+    ];
+    scope = "Group registration for Serokell employees who collectively maintain packages.";
+  };
 }