teams/redcodelabs: handle team with external membership (#478849)

This commit is contained in:
Wolfgang Walther
2026-01-18 14:03:31 +00:00
committed by GitHub
6 changed files with 0 additions and 26 deletions
-12
View File
@@ -28363,12 +28363,6 @@
githubId = 78392041;
name = "Winter";
};
wintrmvte = {
name = "Jakub Lutczyn";
email = "kubalutczyn@gmail.com";
github = "wintrmvte";
githubId = 41823252;
};
wirew0rm = {
email = "alex@wirew0rm.de";
github = "wirew0rm";
@@ -28508,12 +28502,6 @@
github = "wrrrzr";
githubId = 161970349;
};
wr0belj = {
name = "Jakub Wróbel";
email = "wrobel.jakub@protonmail.com";
github = "wr0belj";
githubId = 40501814;
};
wr7 = {
name = "wr7";
email = "d-wr7@outlook.com";
-10
View File
@@ -726,16 +726,6 @@ with lib.maintainers;
enableFeatureFreezePing = true;
};
redcodelabs = {
members = [
unrooted
wr0belj
wintrmvte
];
scope = "Maintain Red Code Labs related packages and modules.";
shortName = "Red Code Labs";
};
rocm = {
github = "rocm";
};
-1
View File
@@ -31,7 +31,6 @@ buildGoModule rec {
changelog = "https://github.com/redcode-labs/GodSpeed/releases/tag/${version}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ fab ];
teams = [ lib.teams.redcodelabs ];
mainProgram = "godspeed";
broken = stdenv.hostPlatform.isDarwin;
};
-1
View File
@@ -24,7 +24,6 @@ buildGoModule rec {
homepage = "https://github.com/redcode-labs/GoSH";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ fab ];
teams = [ lib.teams.redcodelabs ];
mainProgram = "GoSH";
};
}
-1
View File
@@ -26,6 +26,5 @@ buildGoModule rec {
homepage = "https://github.com/redcode-labs/Sammler";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ fab ];
teams = [ lib.teams.redcodelabs ];
};
}
-1
View File
@@ -29,7 +29,6 @@ buildGoModule rec {
homepage = "https://github.com/redcode-labs/SNOWCRASH";
license = with lib.licenses; [ mit ];
maintainers = with lib.maintainers; [ fab ];
teams = [ lib.teams.redcodelabs ];
mainProgram = "SNOWCRASH";
};
}