maintainers/team-list: add cyberus team

This commit is contained in:
Alexander Sieg 2024-07-30 12:32:25 +02:00
parent a4b56f9941
commit f772ed2cac
No known key found for this signature in database

View File

@ -183,6 +183,16 @@ with lib.maintainers;
githubTeams = [ "cuda-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 = { darwin = {
members = [ toonn ]; members = [ toonn ];
githubTeams = [ "darwin-maintainers" ]; githubTeams = [ "darwin-maintainers" ];