From e5d1f9c15a84409c6b9c1572b609e238b18ae53b Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Sat, 10 Jan 2026 22:20:52 +0100 Subject: [PATCH 1/2] maintainers: drop roelvandijk Inactive since at least 2022. Dropping according to maintainer guidelines. --- maintainers/maintainer-list.nix | 6 ------ maintainers/team-list.nix | 1 - nixos/modules/hardware/openrazer.nix | 4 ---- 3 files changed, 11 deletions(-) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 29df4d5cdc6d..320fdf579aed 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -22688,12 +22688,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"; diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix index 7b95a1030df9..32025edc554d 100644 --- a/maintainers/team-list.nix +++ b/maintainers/team-list.nix @@ -615,7 +615,6 @@ with lib.maintainers; 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."; diff --git a/nixos/modules/hardware/openrazer.nix b/nixos/modules/hardware/openrazer.nix index 470d451439d4..7572da06a4eb 100644 --- a/nixos/modules/hardware/openrazer.nix +++ b/nixos/modules/hardware/openrazer.nix @@ -177,8 +177,4 @@ in }; }; }; - - meta = { - maintainers = with lib.maintainers; [ roelvandijk ]; - }; } From 93987bd8390344e38dd5bb707a1162cb379d71bd Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Sat, 10 Jan 2026 22:21:44 +0100 Subject: [PATCH 2/2] teams/lumiguide: drop --- maintainers/team-list.nix | 9 --------- pkgs/by-name/es/esptool/package.nix | 1 - pkgs/by-name/pi/picoscope/package.nix | 2 +- pkgs/development/python-modules/openrazer/common.nix | 1 - pkgs/os-specific/linux/it87/default.nix | 1 - 5 files changed, 1 insertion(+), 13 deletions(-) diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix index 32025edc554d..7afabac06532 100644 --- a/maintainers/team-list.nix +++ b/maintainers/team-list.nix @@ -612,15 +612,6 @@ with lib.maintainers; enableFeatureFreezePing = true; }; - lumiguide = { - # Verify additions by approval of an already existing member of the team. - members = [ - lucus16 - ]; - scope = "Group registration for LumiGuide employees who collectively maintain packages."; - shortName = "Lumiguide employees"; - }; - lumina = { github = "lumina"; enableFeatureFreezePing = true; diff --git a/pkgs/by-name/es/esptool/package.nix b/pkgs/by-name/es/esptool/package.nix index 412a00946b52..9b60852f3b9d 100644 --- a/pkgs/by-name/es/esptool/package.nix +++ b/pkgs/by-name/es/esptool/package.nix @@ -119,7 +119,6 @@ python3Packages.buildPythonApplication rec { dezgeg dotlambda ]; - teams = [ lib.teams.lumiguide ]; platforms = with lib.platforms; linux ++ darwin; mainProgram = "esptool"; }; diff --git a/pkgs/by-name/pi/picoscope/package.nix b/pkgs/by-name/pi/picoscope/package.nix index d1c04fda0f14..faa6999bdbd4 100644 --- a/pkgs/by-name/pi/picoscope/package.nix +++ b/pkgs/by-name/pi/picoscope/package.nix @@ -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 ]; diff --git a/pkgs/development/python-modules/openrazer/common.nix b/pkgs/development/python-modules/openrazer/common.nix index c202ca374613..a2ab448303e8 100644 --- a/pkgs/development/python-modules/openrazer/common.nix +++ b/pkgs/development/python-modules/openrazer/common.nix @@ -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; }; } diff --git a/pkgs/os-specific/linux/it87/default.nix b/pkgs/os-specific/linux/it87/default.nix index a445e84df613..005399e7200f 100644 --- a/pkgs/os-specific/linux/it87/default.nix +++ b/pkgs/os-specific/linux/it87/default.nix @@ -41,6 +41,5 @@ stdenv.mkDerivation rec { "x86_64-linux" "i686-linux" ]; - teams = [ lib.teams.lumiguide ]; }; }