maintainers: add redcodelabs team

main
Konrad "Unrooted" Klawikowski 2 years ago committed by GitHub
parent b6be35040f
commit c55e31a2ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 18
      maintainers/maintainer-list.nix
  2. 9
      maintainers/team-list.nix
  3. 2
      pkgs/tools/security/gosh/default.nix
  4. 2
      pkgs/tools/security/sammler/default.nix
  5. 2
      pkgs/tools/security/snowcrash/default.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";

@ -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…
Cancel
Save