teams/redcodelabs: handle team with external membership (#478849)
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user