Merge pull request #249520 from OroraTech/chore/add-maintainers

maintainers/teams: add ororatech
This commit is contained in:
Theodore Ni 2023-08-28 20:50:26 -07:00 committed by GitHub
commit eb6ed91689
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 24 additions and 0 deletions

View File

@ -9052,6 +9052,13 @@
githubId = 691290;
name = "Keshav Kini";
};
kip93 = {
name = "Leandro Reina Kiperman";
email = "leandro@kip93.net";
matrix = "@kip93:matrix.org";
github = "kip93";
githubId = 26793632;
};
kira-bruneau = {
email = "kira.bruneau@pm.me";
name = "Kira Bruneau";
@ -17934,6 +17941,12 @@
githubId = 245573;
name = "Dmitry Kalinkin";
};
victormeriqui = {
name = "Victor Meriqui";
email = "victor.meriqui@ororatech.com";
github = "victormeriqui";
githubId = 1396008;
};
victormignot = {
email = "root@victormignot.fr";
github = "victormignot";

View File

@ -681,6 +681,17 @@ with lib.maintainers; {
shortName = "OpenStack";
};
ororatech = {
# email: nixdevs@ororatech.com
shortName = "OroraTech GmbH. employees";
scope = "Team for packages maintained by employees of OroraTech GmbH.";
# Edits to this list should only be done by an already existing member.
members = [
kip93
victormeriqui
];
};
pantheon = {
members = [
davidak