forked from mirrors/nixpkgs
maintainers: add redcodelabs team
This commit is contained in:
parent
b6be35040f
commit
c55e31a2ab
maintainers
pkgs/tools/security
|
@ -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";
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -26,6 +26,6 @@ buildGoModule rec {
|
|||
description = "Reverse/bind shell generator";
|
||||
homepage = "https://github.com/redcode-labs/GoSH";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ fab ];
|
||||
maintainers = with maintainers; [ fab ] ++ teams.redcodelabs.members;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -25,6 +25,6 @@ buildGoModule rec {
|
|||
description = "Tool to extract useful data from documents";
|
||||
homepage = "https://github.com/redcode-labs/Sammler";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ fab ];
|
||||
maintainers = with maintainers; [ fab ] ++ teams.redcodelabs.members;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -28,6 +28,6 @@ buildGoModule rec {
|
|||
description = "Polyglot payload generator";
|
||||
homepage = "https://github.com/redcode-labs/SNOWCRASH";
|
||||
license = with licenses; [ mit ];
|
||||
maintainers = with maintainers; [ fab ];
|
||||
maintainers = with maintainers; [ fab ] ++ teams.redcodelabs.members;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue