teams/lumiguide: handle team with external membership (#478825)

This commit is contained in:
Wolfgang Walther
2026-01-12 19:54:24 +00:00
committed by GitHub
7 changed files with 1 additions and 24 deletions
-6
View File
@@ -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";
-10
View File
@@ -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;
-4
View File
@@ -177,8 +177,4 @@ in
};
};
};
meta = {
maintainers = with lib.maintainers; [ roelvandijk ];
};
}
-1
View File
@@ -119,7 +119,6 @@ python3Packages.buildPythonApplication rec {
dezgeg
dotlambda
];
teams = [ lib.teams.lumiguide ];
platforms = with lib.platforms; linux ++ darwin;
mainProgram = "esptool";
};
+1 -1
View File
@@ -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;
};
}
-1
View File
@@ -41,6 +41,5 @@ stdenv.mkDerivation rec {
"x86_64-linux"
"i686-linux"
];
teams = [ lib.teams.lumiguide ];
};
}