diff options
| author | Alexander Sieg <alex@xanderio.de> | 2024-07-30 12:32:25 +0200 |
|---|---|---|
| committer | Alexander Sieg <alex@xanderio.de> | 2024-07-30 12:32:25 +0200 |
| commit | f772ed2cace0b1e47ea510a4e0c34639548af68a (patch) | |
| tree | 97adb772a4c0c1ed6bcedf5901c6303de8155368 | |
| parent | Merge pull request #329855 from r-ryantm/auto-update/geoserver (diff) | |
| download | nixpkgs-f772ed2cace0b1e47ea510a4e0c34639548af68a.tar.gz | |
maintainers/team-list: add cyberus team
| -rw-r--r-- | maintainers/team-list.nix | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix index 8ce7e4273feb..5715cfcb0bc6 100644 --- a/maintainers/team-list.nix +++ b/maintainers/team-list.nix @@ -183,6 +183,16 @@ with lib.maintainers; githubTeams = [ "cuda-maintainers" ]; }; + cyberus = { + # Verify additions by approval of an already existing member of the team. + members = [ + xanderio + blitz + ]; + scope = "Team for Cyberus Technology employees who collectively maintain packages."; + shortName = "Cyberus Technology employees"; + }; + darwin = { members = [ toonn ]; githubTeams = [ "darwin-maintainers" ]; |
