summaryrefslogtreecommitdiffstats
path: root/maintainers
diff options
context:
space:
mode:
authorKonrad "Unrooted" Klawikowski <konrad.root.klawikowski@gmail.com>2021-12-18 14:07:49 +0100
committerGitHub <noreply@github.com>2021-12-18 21:07:49 +0800
commitc55e31a2ab88c60979422a45f849f2a4b0097ede (patch)
treec8c6e3bf1a07fb932cca34a3093fcef9f1d0d024 /maintainers
parentb6be35040f4757bd329305accf6d90a15bfab1dd (diff)
maintainers: add redcodelabs team
Diffstat (limited to 'maintainers')
-rw-r--r--maintainers/maintainer-list.nix18
-rw-r--r--maintainers/team-list.nix9
2 files changed, 27 insertions, 0 deletions
diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix
index 68cf8b30d546..e003fc95ed32 100644
--- a/maintainers/maintainer-list.nix
+++ b/maintainers/maintainer-list.nix
@@ -12130,6 +12130,12 @@
githubId = 122319;
name = "Renato Alves";
};
+ unrooted = {
+ name = "Konrad Klawikowski";
+ email = "konrad.root.klawikowski@gmail.com";
+ github = "unrooted";
+ githubId = 30440603;
+ };
uralbash = {
email = "root@uralbash.ru";
github = "uralbash";
@@ -12579,6 +12585,12 @@
githubId = 78392041;
name = "Winter";
};
+ wintrmvte = {
+ name = "Jakub Lutczyn";
+ email = "kubalutczyn@gmail.com";
+ github = "wintrmvte";
+ githubId = 41823252;
+ };
wirew0rm = {
email = "alex@wirew0rm.de";
github = "wirew0rm";
@@ -12657,6 +12669,12 @@
githubId = 28888242;
name = "WORLDofPEACE";
};
+ wr0belj = {
+ name = "Jakub Wróbel";
+ email = "wrobel.jakub@protonmail.com";
+ github = "wr0belj";
+ githubId = 40501814;
+ };
wscott = {
email = "wsc9tt@gmail.com";
github = "wscott";
diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix
index 377fc02fef5a..0743c80ec4f6 100644
--- a/maintainers/team-list.nix
+++ b/maintainers/team-list.nix
@@ -247,6 +247,15 @@ with lib.maintainers; {
scope = "Maintain Podman and CRI-O related packages and modules.";
};
+ redcodelabs = {
+ members = [
+ unrooted
+ wr0belj
+ wintrmvte
+ ];
+ scope = "Maintain Red Code Labs related packages and modules.";
+ };
+
sage = {
members = [
timokau