teams/lumiguide: handle team with external membership (#478825)
This commit is contained in:
@@ -22686,12 +22686,6 @@
|
||||
githubId = 53882428;
|
||||
name = "Erik Rodriguez";
|
||||
};
|
||||
roelvandijk = {
|
||||
email = "roel@lambdacube.nl";
|
||||
github = "roelvandijk";
|
||||
githubId = 710906;
|
||||
name = "Roel van Dijk";
|
||||
};
|
||||
rogarb = {
|
||||
email = "rogarb@rgarbage.fr";
|
||||
github = "rogarb";
|
||||
|
||||
@@ -531,16 +531,6 @@ with lib.maintainers;
|
||||
enableFeatureFreezePing = true;
|
||||
};
|
||||
|
||||
lumiguide = {
|
||||
# Verify additions by approval of an already existing member of the team.
|
||||
members = [
|
||||
roelvandijk
|
||||
lucus16
|
||||
];
|
||||
scope = "Group registration for LumiGuide employees who collectively maintain packages.";
|
||||
shortName = "Lumiguide employees";
|
||||
};
|
||||
|
||||
lumina = {
|
||||
github = "lumina";
|
||||
enableFeatureFreezePing = true;
|
||||
|
||||
@@ -177,8 +177,4 @@ in
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
meta = {
|
||||
maintainers = with lib.maintainers; [ roelvandijk ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -119,7 +119,6 @@ python3Packages.buildPythonApplication rec {
|
||||
dezgeg
|
||||
dotlambda
|
||||
];
|
||||
teams = [ lib.teams.lumiguide ];
|
||||
platforms = with lib.platforms; linux ++ darwin;
|
||||
mainProgram = "esptool";
|
||||
};
|
||||
|
||||
@@ -108,7 +108,7 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = {
|
||||
homepage = "https://www.picotech.com/downloads/linux";
|
||||
maintainers = with lib.maintainers; [ wirew0rm ] ++ lib.teams.lumiguide.members;
|
||||
maintainers = with lib.maintainers; [ wirew0rm ];
|
||||
platforms = [ "x86_64-linux" ];
|
||||
license = lib.licenses.unfree;
|
||||
sourceProvenance = with lib.sourceTypes; [ binaryBytecode ];
|
||||
|
||||
@@ -14,7 +14,6 @@ rec {
|
||||
homepage = "https://openrazer.github.io/";
|
||||
license = lib.licenses.gpl2Only;
|
||||
maintainers = with lib.maintainers; [ evanjs ];
|
||||
teams = [ lib.teams.lumiguide ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -41,6 +41,5 @@ stdenv.mkDerivation rec {
|
||||
"x86_64-linux"
|
||||
"i686-linux"
|
||||
];
|
||||
teams = [ lib.teams.lumiguide ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user