From 2924dfcfff4dc225422d0b590d1bac881f172846 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Tue, 18 Nov 2025 11:27:58 +0100 Subject: [PATCH 01/29] maintainers: drop zbioe Inactive since 2021. --- maintainers/maintainer-list.nix | 6 ------ pkgs/applications/networking/cluster/kuma/default.nix | 1 - 2 files changed, 7 deletions(-) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 952456035801..717c7b974a1c 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -29213,12 +29213,6 @@ github = "zazedd"; githubId = 93401987; }; - zbioe = { - name = "Iury Fukuda"; - email = "zbioe@protonmail.com"; - github = "zbioe"; - githubId = 7332055; - }; zebradil = { email = "german.lashevich+nixpkgs@gmail.com"; github = "zebradil"; diff --git a/pkgs/applications/networking/cluster/kuma/default.nix b/pkgs/applications/networking/cluster/kuma/default.nix index 490b926c7e27..7d612b59ef2b 100644 --- a/pkgs/applications/networking/cluster/kuma/default.nix +++ b/pkgs/applications/networking/cluster/kuma/default.nix @@ -71,6 +71,5 @@ buildGoModule rec { homepage = "https://kuma.io/"; changelog = "https://github.com/kumahq/kuma/blob/${version}/CHANGELOG.md"; license = lib.licenses.asl20; - maintainers = with lib.maintainers; [ zbioe ]; }; } From dc9fd51af08fd4a2824b4d618f5f9726cad6c5ba Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Tue, 18 Nov 2025 11:29:59 +0100 Subject: [PATCH 02/29] maintainers: drop ngiger Inactive since 2023. --- maintainers/maintainer-list.nix | 6 ------ pkgs/by-name/uh/uhk-agent/package.nix | 1 - pkgs/by-name/uh/uhk-udev-rules/package.nix | 1 - 3 files changed, 8 deletions(-) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 717c7b974a1c..31b5dffb51b9 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -18537,12 +18537,6 @@ github = "ngerstle"; githubId = 1023752; }; - ngiger = { - email = "niklaus.giger@member.fsf.org"; - github = "ngiger"; - githubId = 265800; - name = "Niklaus Giger"; - }; nh2 = { email = "mail@nh2.me"; matrix = "@nh2:matrix.org"; diff --git a/pkgs/by-name/uh/uhk-agent/package.nix b/pkgs/by-name/uh/uhk-agent/package.nix index 9f60a186c07e..9299511a3be3 100644 --- a/pkgs/by-name/uh/uhk-agent/package.nix +++ b/pkgs/by-name/uh/uhk-agent/package.nix @@ -74,7 +74,6 @@ stdenvNoCC.mkDerivation { homepage = "https://github.com/UltimateHackingKeyboard/agent"; license = licenses.unfreeRedistributable; maintainers = with maintainers; [ - ngiger nickcao ]; platforms = [ "x86_64-linux" ]; diff --git a/pkgs/by-name/uh/uhk-udev-rules/package.nix b/pkgs/by-name/uh/uhk-udev-rules/package.nix index a1cd47327542..e0654a69831e 100644 --- a/pkgs/by-name/uh/uhk-udev-rules/package.nix +++ b/pkgs/by-name/uh/uhk-udev-rules/package.nix @@ -26,6 +26,5 @@ stdenv.mkDerivation { meta = { description = "udev rules for UHK keyboards from https://ultimatehackingkeyboard.com"; inherit (uhk-agent.meta) license; - maintainers = [ lib.maintainers.ngiger ]; }; } From 6b107f73524d548e1b19963ba34273685d384438 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Tue, 18 Nov 2025 11:31:40 +0100 Subject: [PATCH 03/29] maintainers: drop KSJ2000 Inactive since March, not reacting to maintainer pings. --- maintainers/maintainer-list.nix | 6 ------ pkgs/by-name/dm/dmg2img/package.nix | 1 - pkgs/by-name/du/dumpifs/package.nix | 1 - pkgs/by-name/ha/haiti/package.nix | 1 - pkgs/by-name/lz/lzfse/package.nix | 1 - pkgs/by-name/sp/spider/package.nix | 1 - pkgs/by-name/sr/srec2bin/package.nix | 1 - pkgs/by-name/ue/uefi-firmware-parser/package.nix | 1 - pkgs/by-name/un/unyaffs/package.nix | 1 - 9 files changed, 14 deletions(-) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 31b5dffb51b9..69a30f25133d 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -14158,12 +14158,6 @@ github = "krzaczek"; githubId = 5773701; }; - KSJ2000 = { - email = "katsho123@outlook.com"; - name = "KSJ2000"; - github = "KSJ2000"; - githubId = 184105270; - }; ktechmidas = { email = "daniel@ktechmidas.net"; github = "ktechmidas"; diff --git a/pkgs/by-name/dm/dmg2img/package.nix b/pkgs/by-name/dm/dmg2img/package.nix index ff93db42d28e..0ee2a08b5361 100644 --- a/pkgs/by-name/dm/dmg2img/package.nix +++ b/pkgs/by-name/dm/dmg2img/package.nix @@ -44,7 +44,6 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://github.com/Lekensteyn/dmg2img"; license = lib.licenses.gpl2Only; platforms = lib.platforms.unix; - maintainers = with lib.maintainers; [ KSJ2000 ]; mainProgram = "dmg2img"; }; }) diff --git a/pkgs/by-name/du/dumpifs/package.nix b/pkgs/by-name/du/dumpifs/package.nix index 8ad46567fbc2..6966e375bd7c 100644 --- a/pkgs/by-name/du/dumpifs/package.nix +++ b/pkgs/by-name/du/dumpifs/package.nix @@ -50,7 +50,6 @@ stdenv.mkDerivation (finalAttrs: { description = "Tool for those who are interested in hacking MIB2 firmware"; homepage = "https://github.com/askac/dumpifs"; platforms = lib.platforms.unix; - maintainers = with lib.maintainers; [ KSJ2000 ]; mainProgram = "dumpifs"; }; }) diff --git a/pkgs/by-name/ha/haiti/package.nix b/pkgs/by-name/ha/haiti/package.nix index e060ae0da620..b6719923ecd5 100644 --- a/pkgs/by-name/ha/haiti/package.nix +++ b/pkgs/by-name/ha/haiti/package.nix @@ -90,7 +90,6 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://github.com/noraj/haiti"; license = lib.licenses.mit; mainProgram = "haiti"; - maintainers = with lib.maintainers; [ KSJ2000 ]; platforms = lib.platforms.unix; }; }) diff --git a/pkgs/by-name/lz/lzfse/package.nix b/pkgs/by-name/lz/lzfse/package.nix index 9facc49afec3..5898dda4a685 100644 --- a/pkgs/by-name/lz/lzfse/package.nix +++ b/pkgs/by-name/lz/lzfse/package.nix @@ -36,7 +36,6 @@ stdenv.mkDerivation (finalAttrs: { ''; platforms = lib.platforms.unix; license = lib.licenses.bsd3; - maintainers = with lib.maintainers; [ KSJ2000 ]; mainProgram = "lzfse"; }; }) diff --git a/pkgs/by-name/sp/spider/package.nix b/pkgs/by-name/sp/spider/package.nix index f6a2da6310f6..86e2dc3e1d7a 100644 --- a/pkgs/by-name/sp/spider/package.nix +++ b/pkgs/by-name/sp/spider/package.nix @@ -78,7 +78,6 @@ rustPlatform.buildRustPackage (finalAttrs: { mainProgram = "spider"; maintainers = with lib.maintainers; [ j-mendez - KSJ2000 ]; platforms = lib.platforms.unix; }; diff --git a/pkgs/by-name/sr/srec2bin/package.nix b/pkgs/by-name/sr/srec2bin/package.nix index 811399ea5e92..10431ad6b13a 100644 --- a/pkgs/by-name/sr/srec2bin/package.nix +++ b/pkgs/by-name/sr/srec2bin/package.nix @@ -22,7 +22,6 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://github.com/srec2bin/srec"; license = lib.licenses.gpl3Only; platforms = lib.platforms.unix; - maintainers = with lib.maintainers; [ KSJ2000 ]; mainProgram = "srec2bin"; }; }) diff --git a/pkgs/by-name/ue/uefi-firmware-parser/package.nix b/pkgs/by-name/ue/uefi-firmware-parser/package.nix index 2e89ab5bd478..e083241c177c 100644 --- a/pkgs/by-name/ue/uefi-firmware-parser/package.nix +++ b/pkgs/by-name/ue/uefi-firmware-parser/package.nix @@ -33,7 +33,6 @@ python3.pkgs.buildPythonApplication rec { homepage = "https://github.com/theopolis/uefi-firmware-parser"; license = lib.licenses.mit; platforms = lib.platforms.unix; - maintainers = with lib.maintainers; [ KSJ2000 ]; mainProgram = "uefi-firmware-parser"; }; } diff --git a/pkgs/by-name/un/unyaffs/package.nix b/pkgs/by-name/un/unyaffs/package.nix index b5f8e0269ab8..14d9bdc68d39 100644 --- a/pkgs/by-name/un/unyaffs/package.nix +++ b/pkgs/by-name/un/unyaffs/package.nix @@ -39,7 +39,6 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://github.com/whataday/unyaffs"; license = lib.licenses.gpl2Only; platforms = lib.platforms.unix; - maintainers = with lib.maintainers; [ KSJ2000 ]; mainProgram = "unyaffs"; }; }) From cfd6f80d40fb417a7e866e40c3447a147d3beb22 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Tue, 18 Nov 2025 11:54:43 +0100 Subject: [PATCH 04/29] maintainers: drop uniquepointer Inactive since 2022. --- maintainers/maintainer-list.nix | 7 ------- pkgs/applications/audio/reaper/default.nix | 1 - pkgs/applications/editors/your-editor/default.nix | 1 - 3 files changed, 9 deletions(-) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 69a30f25133d..db1237d48a61 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -27205,13 +27205,6 @@ name = "Kevin Brubeck Unhammer"; keys = [ { fingerprint = "50D4 8796 0B86 3F05 4B6A 12F9 7426 06DE 766A C60C"; } ]; }; - uniquepointer = { - email = "uniquepointer@mailbox.org"; - matrix = "@uniquepointer:matrix.org"; - github = "uniquepointer"; - githubId = 71751817; - name = "uniquepointer"; - }; unode = { email = "alves.rjc@gmail.com"; matrix = "@renato_alves:matrix.org"; diff --git a/pkgs/applications/audio/reaper/default.nix b/pkgs/applications/audio/reaper/default.nix index d36ddc46e1bb..6b4656b7967c 100644 --- a/pkgs/applications/audio/reaper/default.nix +++ b/pkgs/applications/audio/reaper/default.nix @@ -150,7 +150,6 @@ stdenv.mkDerivation rec { maintainers = with maintainers; [ atinba ilian - uniquepointer viraptor ]; }; diff --git a/pkgs/applications/editors/your-editor/default.nix b/pkgs/applications/editors/your-editor/default.nix index 01a2b5475243..09c6a3b39c4e 100644 --- a/pkgs/applications/editors/your-editor/default.nix +++ b/pkgs/applications/editors/your-editor/default.nix @@ -28,7 +28,6 @@ stdenv.mkDerivation rec { changelog = "https://github.com/your-editor/yed/blob/${version}/CHANGELOG.md"; license = with lib.licenses; [ mit ]; platforms = lib.platforms.unix; - maintainers = with lib.maintainers; [ uniquepointer ]; mainProgram = "yed"; }; } From 7353f9979f6d5050ea37432b61d42cabbb0eac22 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Tue, 18 Nov 2025 11:56:21 +0100 Subject: [PATCH 05/29] maintainers: drop ferrine Not reacting to maintainer pings, not part of the nixpkgs-maintainers team. Did not react to https://github.com/NixOS/nixpkgs/pull/450683#issuecomment-3415978893. --- maintainers/maintainer-list.nix | 6 ------ pkgs/development/python-modules/mlx-lm/default.nix | 1 - pkgs/development/python-modules/onnxslim/default.nix | 1 - pkgs/development/python-modules/pymc/default.nix | 1 - pkgs/development/python-modules/pytensor/default.nix | 1 - .../custom-components/yandex-station/package.nix | 1 - 6 files changed, 11 deletions(-) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index db1237d48a61..f99b17a4a560 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -8536,12 +8536,6 @@ githubId = 5198058; name = "Udo Sauer"; }; - ferrine = { - email = "justferres@yandex.ru"; - github = "ferrine"; - githubId = 11705326; - name = "Max Kochurov"; - }; fettgoenner = { email = "paulmatti@protonmail.com"; github = "fettgoenner"; diff --git a/pkgs/development/python-modules/mlx-lm/default.nix b/pkgs/development/python-modules/mlx-lm/default.nix index ff926ff5305e..395c92a70145 100644 --- a/pkgs/development/python-modules/mlx-lm/default.nix +++ b/pkgs/development/python-modules/mlx-lm/default.nix @@ -82,6 +82,5 @@ buildPythonPackage rec { platforms = [ "aarch64-darwin" ]; - maintainers = with lib.maintainers; [ ferrine ]; }; } diff --git a/pkgs/development/python-modules/onnxslim/default.nix b/pkgs/development/python-modules/onnxslim/default.nix index a231ec0254e7..28eba0d1bb28 100644 --- a/pkgs/development/python-modules/onnxslim/default.nix +++ b/pkgs/development/python-modules/onnxslim/default.nix @@ -45,6 +45,5 @@ buildPythonPackage rec { description = "Toolkit to Help Optimize Onnx Model"; homepage = "https://pypi.org/project/onnxslim/"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ ferrine ]; }; } diff --git a/pkgs/development/python-modules/pymc/default.nix b/pkgs/development/python-modules/pymc/default.nix index 519b7fe40d5e..a017f9320c59 100644 --- a/pkgs/development/python-modules/pymc/default.nix +++ b/pkgs/development/python-modules/pymc/default.nix @@ -63,7 +63,6 @@ buildPythonPackage rec { license = lib.licenses.asl20; maintainers = with lib.maintainers; [ nidabdella - ferrine ]; }; } diff --git a/pkgs/development/python-modules/pytensor/default.nix b/pkgs/development/python-modules/pytensor/default.nix index d49dcbc7f087..40134295ee7a 100644 --- a/pkgs/development/python-modules/pytensor/default.nix +++ b/pkgs/development/python-modules/pytensor/default.nix @@ -177,7 +177,6 @@ buildPythonPackage rec { license = lib.licenses.bsd3; maintainers = with lib.maintainers; [ bcdarwin - ferrine ]; }; } diff --git a/pkgs/servers/home-assistant/custom-components/yandex-station/package.nix b/pkgs/servers/home-assistant/custom-components/yandex-station/package.nix index 1b7dfe28a073..98eba39d5384 100644 --- a/pkgs/servers/home-assistant/custom-components/yandex-station/package.nix +++ b/pkgs/servers/home-assistant/custom-components/yandex-station/package.nix @@ -43,6 +43,5 @@ buildHomeAssistantComponent rec { description = "Controlling Yandex.Station and other smart home devices with Alice from Home Assistant"; homepage = "https://github.com/AlexxIT/YandexStation"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ ferrine ]; }; } From 3aa7346c2b6fe9379d9b1c19d2672b938d04556f Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Tue, 18 Nov 2025 12:02:32 +0100 Subject: [PATCH 06/29] maintainers: drop edmundmiller Inactive since 2024. --- maintainers/maintainer-list.nix | 7 ------- pkgs/by-name/be/beeper/package.nix | 1 - pkgs/by-name/ne/nextflow/package.nix | 1 - pkgs/by-name/pi/pixi/package.nix | 1 - 4 files changed, 10 deletions(-) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index f99b17a4a560..fbabf7f7895b 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -7411,13 +7411,6 @@ github = "edlimerkaj"; githubId = 71988351; }; - edmundmiller = { - name = "Edmund Miller"; - email = "git@edmundmiller.dev"; - matrix = "@emiller:beeper.com"; - github = "edmundmiller"; - githubId = 20095261; - }; edrex = { email = "ericdrex@gmail.com"; github = "edrex"; diff --git a/pkgs/by-name/be/beeper/package.nix b/pkgs/by-name/be/beeper/package.nix index 36e856235d2a..8517c9ec7390 100644 --- a/pkgs/by-name/be/beeper/package.nix +++ b/pkgs/by-name/be/beeper/package.nix @@ -81,7 +81,6 @@ appimageTools.wrapAppImage { license = licenses.unfree; maintainers = with maintainers; [ jshcmpbll - edmundmiller zh4ngx ]; platforms = [ "x86_64-linux" ]; diff --git a/pkgs/by-name/ne/nextflow/package.nix b/pkgs/by-name/ne/nextflow/package.nix index 4692617c3efe..b2249deea516 100644 --- a/pkgs/by-name/ne/nextflow/package.nix +++ b/pkgs/by-name/ne/nextflow/package.nix @@ -113,7 +113,6 @@ stdenv.mkDerivation (finalAttrs: { license = licenses.asl20; maintainers = with maintainers; [ Etjean - edmundmiller ]; mainProgram = "nextflow"; platforms = platforms.unix; diff --git a/pkgs/by-name/pi/pixi/package.nix b/pkgs/by-name/pi/pixi/package.nix index daea4b4409c6..b1701712472d 100644 --- a/pkgs/by-name/pi/pixi/package.nix +++ b/pkgs/by-name/pi/pixi/package.nix @@ -69,7 +69,6 @@ rustPlatform.buildRustPackage (finalAttrs: { changelog = "https://pixi.sh/latest/CHANGELOG"; license = lib.licenses.bsd3; maintainers = with lib.maintainers; [ - edmundmiller xiaoxiangmoe ]; mainProgram = "pixi"; From 420b511f356dcdaab0ff62b5555712f4b493b7bd Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Tue, 18 Nov 2025 12:10:56 +0100 Subject: [PATCH 07/29] maintainers: drop geluk Inactive since 2023. --- maintainers/maintainer-list.nix | 6 ------ .../development/python-modules/ansible-pylibssh/default.nix | 1 - pkgs/development/python-modules/expandvars/default.nix | 1 - 3 files changed, 8 deletions(-) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index fbabf7f7895b..b67692ffdadd 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -9331,12 +9331,6 @@ githubId = 34658064; name = "Grace Dinh"; }; - geluk = { - email = "johan+nix@geluk.io"; - github = "geluk"; - githubId = 1516985; - name = "Johan Geluk"; - }; genericnerdyusername = { name = "GenericNerdyUsername"; email = "genericnerdyusername@proton.me"; diff --git a/pkgs/development/python-modules/ansible-pylibssh/default.nix b/pkgs/development/python-modules/ansible-pylibssh/default.nix index 9ca0f8fefd12..a5f68ffe3cdf 100644 --- a/pkgs/development/python-modules/ansible-pylibssh/default.nix +++ b/pkgs/development/python-modules/ansible-pylibssh/default.nix @@ -47,6 +47,5 @@ buildPythonPackage rec { homepage = "https://github.com/ansible/pylibssh"; changelog = "https://github.com/ansible/pylibssh/releases/tag/v${version}"; license = licenses.lgpl21Plus; - maintainers = with maintainers; [ geluk ]; }; } diff --git a/pkgs/development/python-modules/expandvars/default.nix b/pkgs/development/python-modules/expandvars/default.nix index 627093b5d5b1..63533d7f8a0c 100644 --- a/pkgs/development/python-modules/expandvars/default.nix +++ b/pkgs/development/python-modules/expandvars/default.nix @@ -33,6 +33,5 @@ buildPythonPackage rec { description = "Expand system variables Unix style"; homepage = "https://github.com/sayanarijit/expandvars"; license = licenses.mit; - maintainers = with maintainers; [ geluk ]; }; } From 4607a3a8abc95600cb248c54783abf3a3e86d059 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Tue, 18 Nov 2025 12:12:04 +0100 Subject: [PATCH 08/29] maintainers: drop zokrezyl Inactive since 2019. --- maintainers/maintainer-list.nix | 6 ------ pkgs/by-name/um/umoci/package.nix | 1 - 2 files changed, 7 deletions(-) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index b67692ffdadd..1c1b910d1dfa 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -29368,12 +29368,6 @@ githubId = 6067895; name = "Al Zohali"; }; - zokrezyl = { - email = "zokrezyl@gmail.com"; - github = "zokrezyl"; - githubId = 51886259; - name = "Zokre Zyl"; - }; zookatron = { email = "tim@zookatron.com"; github = "zookatron"; diff --git a/pkgs/by-name/um/umoci/package.nix b/pkgs/by-name/um/umoci/package.nix index 7582019c9297..c6fe63b520ab 100644 --- a/pkgs/by-name/um/umoci/package.nix +++ b/pkgs/by-name/um/umoci/package.nix @@ -41,7 +41,6 @@ buildGoModule rec { description = "Modifies Open Container images"; homepage = "https://umo.ci"; license = licenses.asl20; - maintainers = with maintainers; [ zokrezyl ]; mainProgram = "umoci"; }; } From 3f48c44736119090a2a4743f6bb954f8b512dfd0 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Tue, 18 Nov 2025 12:14:24 +0100 Subject: [PATCH 09/29] maintainers: drop catern Does not react to maintainer pings; not a member of the nixpkgs-maintainers team. Did not respond to https://github.com/NixOS/nixpkgs/pull/452507#issuecomment-3415956989. --- maintainers/maintainer-list.nix | 6 ------ pkgs/by-name/cs/csv2latex/package.nix | 1 - pkgs/by-name/iq/iqueue/package.nix | 1 - pkgs/by-name/kd/kdbg/package.nix | 1 - pkgs/by-name/nu/num-utils/package.nix | 1 - pkgs/by-name/su/supervise/package.nix | 1 - pkgs/by-name/xp/xpra-html5/package.nix | 1 - pkgs/development/python-modules/aioconsole/default.nix | 1 - pkgs/development/python-modules/exchangelib/default.nix | 1 - pkgs/development/python-modules/immutables/default.nix | 1 - pkgs/development/python-modules/outcome/default.nix | 1 - pkgs/development/python-modules/pdoc3/default.nix | 1 - pkgs/development/python-modules/pykerberos/default.nix | 1 - pkgs/development/python-modules/python-prctl/default.nix | 1 - .../python-modules/requests-kerberos/default.nix | 1 - .../python-modules/requests-unixsocket/default.nix | 1 - pkgs/development/python-modules/simplefix/default.nix | 1 - pkgs/development/python-modules/supervise-api/default.nix | 1 - pkgs/development/python-modules/trio/default.nix | 1 - pkgs/development/python-modules/trustme/default.nix | 1 - 20 files changed, 25 deletions(-) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 1c1b910d1dfa..1307214f2052 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -4360,12 +4360,6 @@ githubId = 37775; name = "Kirill A. Korinsky"; }; - catern = { - email = "sbaugh@catern.com"; - github = "catern"; - githubId = 5394722; - name = "Spencer Baugh"; - }; cathalmullan = { email = "contact@cathal.dev"; github = "CathalMullan"; diff --git a/pkgs/by-name/cs/csv2latex/package.nix b/pkgs/by-name/cs/csv2latex/package.nix index cf214a2720a6..e95dca87fdbb 100644 --- a/pkgs/by-name/cs/csv2latex/package.nix +++ b/pkgs/by-name/cs/csv2latex/package.nix @@ -22,7 +22,6 @@ stdenv.mkDerivation rec { description = "Command-line CSV to LaTeX file converter"; homepage = "http://brouits.free.fr/csv2latex/"; license = licenses.gpl2Only; - maintainers = [ maintainers.catern ]; mainProgram = "csv2latex"; }; } diff --git a/pkgs/by-name/iq/iqueue/package.nix b/pkgs/by-name/iq/iqueue/package.nix index 4fa72e8eb804..a1b34d1d1960 100644 --- a/pkgs/by-name/iq/iqueue/package.nix +++ b/pkgs/by-name/iq/iqueue/package.nix @@ -33,6 +33,5 @@ stdenv.mkDerivation rec { description = "Indexed queue"; license = licenses.asl20; platforms = [ "x86_64-linux" ]; - maintainers = [ maintainers.catern ]; }; } diff --git a/pkgs/by-name/kd/kdbg/package.nix b/pkgs/by-name/kd/kdbg/package.nix index 349ffc59be2e..0583b0502e72 100644 --- a/pkgs/by-name/kd/kdbg/package.nix +++ b/pkgs/by-name/kd/kdbg/package.nix @@ -49,6 +49,5 @@ stdenv.mkDerivation rec { ''; mainProgram = "kdbg"; license = licenses.gpl2; - maintainers = [ maintainers.catern ]; }; } diff --git a/pkgs/by-name/nu/num-utils/package.nix b/pkgs/by-name/nu/num-utils/package.nix index fc032d90699a..5def44141ddf 100644 --- a/pkgs/by-name/nu/num-utils/package.nix +++ b/pkgs/by-name/nu/num-utils/package.nix @@ -29,6 +29,5 @@ stdenv.mkDerivation rec { homepage = "https://suso.suso.org/xulu/Num-utils"; license = licenses.gpl2Plus; platforms = platforms.all; - maintainers = [ maintainers.catern ]; }; } diff --git a/pkgs/by-name/su/supervise/package.nix b/pkgs/by-name/su/supervise/package.nix index 5df506576e4e..fdc54aac4c13 100644 --- a/pkgs/by-name/su/supervise/package.nix +++ b/pkgs/by-name/su/supervise/package.nix @@ -19,6 +19,5 @@ stdenv.mkDerivation rec { description = "Minimal unprivileged process supervisor making use of modern Linux features"; platforms = platforms.linux; license = licenses.gpl3; - maintainers = with lib.maintainers; [ catern ]; }; } diff --git a/pkgs/by-name/xp/xpra-html5/package.nix b/pkgs/by-name/xp/xpra-html5/package.nix index be6336084ec8..4ae3a8d8c9a6 100644 --- a/pkgs/by-name/xp/xpra-html5/package.nix +++ b/pkgs/by-name/xp/xpra-html5/package.nix @@ -38,7 +38,6 @@ stdenvNoCC.mkDerivation (finalAttrs: { platforms = lib.platforms.linux; license = lib.licenses.mpl20; maintainers = with lib.maintainers; [ - catern lucasew ]; }; diff --git a/pkgs/development/python-modules/aioconsole/default.nix b/pkgs/development/python-modules/aioconsole/default.nix index 94360f89d706..e047d2e60f35 100644 --- a/pkgs/development/python-modules/aioconsole/default.nix +++ b/pkgs/development/python-modules/aioconsole/default.nix @@ -59,7 +59,6 @@ buildPythonPackage rec { changelog = "https://github.com/vxgmichel/aioconsole/releases/tag/v${version}"; homepage = "https://github.com/vxgmichel/aioconsole"; license = licenses.gpl3Only; - maintainers = with maintainers; [ catern ]; mainProgram = "apython"; }; } diff --git a/pkgs/development/python-modules/exchangelib/default.nix b/pkgs/development/python-modules/exchangelib/default.nix index f36ed73d6c36..43aa75b82a99 100644 --- a/pkgs/development/python-modules/exchangelib/default.nix +++ b/pkgs/development/python-modules/exchangelib/default.nix @@ -83,6 +83,5 @@ buildPythonPackage rec { homepage = "https://github.com/ecederstrand/exchangelib"; changelog = "https://github.com/ecederstrand/exchangelib/blob/${src.tag}/CHANGELOG.md"; license = licenses.bsd2; - maintainers = with maintainers; [ catern ]; }; } diff --git a/pkgs/development/python-modules/immutables/default.nix b/pkgs/development/python-modules/immutables/default.nix index bf758df6f5e3..480c1389cb81 100644 --- a/pkgs/development/python-modules/immutables/default.nix +++ b/pkgs/development/python-modules/immutables/default.nix @@ -46,6 +46,5 @@ buildPythonPackage rec { homepage = "https://github.com/MagicStack/immutables"; changelog = "https://github.com/MagicStack/immutables/releases/tag/v${version}"; license = with licenses; [ asl20 ]; - maintainers = with maintainers; [ catern ]; }; } diff --git a/pkgs/development/python-modules/outcome/default.nix b/pkgs/development/python-modules/outcome/default.nix index ff3de95d32e7..a8c2ff9d0724 100644 --- a/pkgs/development/python-modules/outcome/default.nix +++ b/pkgs/development/python-modules/outcome/default.nix @@ -31,6 +31,5 @@ buildPythonPackage rec { mit asl20 ]; - maintainers = with lib.maintainers; [ catern ]; }; } diff --git a/pkgs/development/python-modules/pdoc3/default.nix b/pkgs/development/python-modules/pdoc3/default.nix index 99e6a481e26e..c9d7f11aa6af 100644 --- a/pkgs/development/python-modules/pdoc3/default.nix +++ b/pkgs/development/python-modules/pdoc3/default.nix @@ -44,6 +44,5 @@ buildPythonPackage rec { homepage = "https://pdoc3.github.io/pdoc/"; license = lib.licenses.agpl3Plus; mainProgram = "pdoc"; - maintainers = with lib.maintainers; [ catern ]; }; } diff --git a/pkgs/development/python-modules/pykerberos/default.nix b/pkgs/development/python-modules/pykerberos/default.nix index 8b8be76b12e5..e70c6b87e30c 100644 --- a/pkgs/development/python-modules/pykerberos/default.nix +++ b/pkgs/development/python-modules/pykerberos/default.nix @@ -27,6 +27,5 @@ buildPythonPackage rec { meta = with lib; { description = "High-level interface to Kerberos"; license = licenses.asl20; - maintainers = with maintainers; [ catern ]; }; } diff --git a/pkgs/development/python-modules/python-prctl/default.nix b/pkgs/development/python-modules/python-prctl/default.nix index b4c3731a76cb..e5b132bb885b 100644 --- a/pkgs/development/python-modules/python-prctl/default.nix +++ b/pkgs/development/python-modules/python-prctl/default.nix @@ -51,6 +51,5 @@ buildPythonPackage rec { homepage = "https://github.com/seveas/python-prctl"; license = lib.licenses.gpl3; platforms = lib.platforms.linux; - maintainers = with lib.maintainers; [ catern ]; }; } diff --git a/pkgs/development/python-modules/requests-kerberos/default.nix b/pkgs/development/python-modules/requests-kerberos/default.nix index 17ff2702c781..04006a4684c6 100644 --- a/pkgs/development/python-modules/requests-kerberos/default.nix +++ b/pkgs/development/python-modules/requests-kerberos/default.nix @@ -44,6 +44,5 @@ buildPythonPackage rec { description = "Authentication handler for using Kerberos with Python Requests"; homepage = "https://github.com/requests/requests-kerberos"; license = licenses.isc; - maintainers = with maintainers; [ catern ]; }; } diff --git a/pkgs/development/python-modules/requests-unixsocket/default.nix b/pkgs/development/python-modules/requests-unixsocket/default.nix index 0ce1066b03a6..4c935c62372d 100644 --- a/pkgs/development/python-modules/requests-unixsocket/default.nix +++ b/pkgs/development/python-modules/requests-unixsocket/default.nix @@ -39,6 +39,5 @@ buildPythonPackage rec { homepage = "https://github.com/msabramo/requests-unixsocket"; changelog = "https://github.com/msabramo/requests-unixsocket/releases/tag/v${version}"; license = licenses.asl20; - maintainers = with maintainers; [ catern ]; }; } diff --git a/pkgs/development/python-modules/simplefix/default.nix b/pkgs/development/python-modules/simplefix/default.nix index 9184391af91b..f205e8e60c2d 100644 --- a/pkgs/development/python-modules/simplefix/default.nix +++ b/pkgs/development/python-modules/simplefix/default.nix @@ -34,6 +34,5 @@ buildPythonPackage rec { homepage = "https://github.com/da4089/simplefix"; changelog = "https://github.com/da4089/simplefix/releases/tag/v${version}"; license = licenses.mit; - maintainers = with maintainers; [ catern ]; }; } diff --git a/pkgs/development/python-modules/supervise-api/default.nix b/pkgs/development/python-modules/supervise-api/default.nix index 841663678e56..f7c8ebf7971c 100644 --- a/pkgs/development/python-modules/supervise-api/default.nix +++ b/pkgs/development/python-modules/supervise-api/default.nix @@ -34,6 +34,5 @@ buildPythonPackage rec { homepage = "https://github.com/catern/supervise"; license = lib.licenses.mit; platforms = lib.platforms.linux; - maintainers = with lib.maintainers; [ catern ]; }; } diff --git a/pkgs/development/python-modules/trio/default.nix b/pkgs/development/python-modules/trio/default.nix index 99a6a5e5d221..24bac8624a52 100644 --- a/pkgs/development/python-modules/trio/default.nix +++ b/pkgs/development/python-modules/trio/default.nix @@ -107,6 +107,5 @@ buildPythonPackage rec { mit asl20 ]; - maintainers = with lib.maintainers; [ catern ]; }; } diff --git a/pkgs/development/python-modules/trustme/default.nix b/pkgs/development/python-modules/trustme/default.nix index d9d403e74b97..e909c4868252 100644 --- a/pkgs/development/python-modules/trustme/default.nix +++ b/pkgs/development/python-modules/trustme/default.nix @@ -49,6 +49,5 @@ buildPythonPackage rec { mit asl20 ]; - maintainers = with maintainers; [ catern ]; }; } From 668b52ce876569968ffac6429e92d6ccee738e39 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Tue, 18 Nov 2025 12:15:32 +0100 Subject: [PATCH 10/29] maintainers: drop math-42 Inactive since 2023. --- maintainers/maintainer-list.nix | 6 ------ pkgs/by-name/ca/capitaine-cursors-themed/package.nix | 1 - pkgs/by-name/gr/gruvbox-gtk-theme/package.nix | 1 - 3 files changed, 8 deletions(-) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 1307214f2052..23846f3406a2 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -16188,12 +16188,6 @@ } ]; }; - math-42 = { - email = "matheus.4200@gmail.com"; - github = "Math-42"; - githubId = 43853194; - name = "Matheus Vieira"; - }; mathiassven = { email = "github@mathiassven.com"; github = "MathiasSven"; diff --git a/pkgs/by-name/ca/capitaine-cursors-themed/package.nix b/pkgs/by-name/ca/capitaine-cursors-themed/package.nix index c2e39c68664b..d95779fec79f 100644 --- a/pkgs/by-name/ca/capitaine-cursors-themed/package.nix +++ b/pkgs/by-name/ca/capitaine-cursors-themed/package.nix @@ -28,6 +28,5 @@ stdenvNoCC.mkDerivation rec { homepage = "https://github.com/sainnhe/capitaine-cursors"; license = licenses.lgpl3Only; platforms = platforms.unix; - maintainers = [ maintainers.math-42 ]; }; } diff --git a/pkgs/by-name/gr/gruvbox-gtk-theme/package.nix b/pkgs/by-name/gr/gruvbox-gtk-theme/package.nix index 61a638bc6447..03e4930bb289 100644 --- a/pkgs/by-name/gr/gruvbox-gtk-theme/package.nix +++ b/pkgs/by-name/gr/gruvbox-gtk-theme/package.nix @@ -115,7 +115,6 @@ lib.checkListOfEnum "${pname}: colorVariants" colorVariantList colorVariants lib platforms = lib.platforms.unix; maintainers = with lib.maintainers; [ luftmensch-luftmensch - math-42 d3vil0p3r ]; }; From 8d4ee719c197d5d3da28318246b03ebda5f4e05d Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Tue, 18 Nov 2025 12:18:15 +0100 Subject: [PATCH 11/29] maintainers: drop slam-bert Inactive since 2024. --- maintainers/maintainer-list.nix | 5 ----- pkgs/by-name/rm/rmg/package.nix | 1 - 2 files changed, 6 deletions(-) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 23846f3406a2..8738f5b07f0f 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -24374,11 +24374,6 @@ githubId = 116099351; name = "Skylar"; }; - slam-bert = { - github = "slam-bert"; - githubId = 106779009; - name = "Slambert"; - }; slashformotion = { github = "slashformotion"; githubId = 45801817; diff --git a/pkgs/by-name/rm/rmg/package.nix b/pkgs/by-name/rm/rmg/package.nix index fe3fd28bae09..12fd27a84364 100644 --- a/pkgs/by-name/rm/rmg/package.nix +++ b/pkgs/by-name/rm/rmg/package.nix @@ -101,6 +101,5 @@ stdenv.mkDerivation (finalAttrs: { license = if withAngrylionRdpPlus then lib.licenses.unfree else lib.licenses.gpl3Only; platforms = lib.platforms.linux; mainProgram = "RMG"; - maintainers = with lib.maintainers; [ slam-bert ]; }; }) From 4612051283074e70164702a472fa6af5582fd5d2 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Wed, 19 Nov 2025 11:30:22 +0100 Subject: [PATCH 12/29] maintainers: drop fadenb Mostly inactive since 2024, does not react to maintainer pings. --- maintainers/maintainer-list.nix | 6 ------ maintainers/team-list.nix | 1 - pkgs/by-name/gr/grepcidr/package.nix | 1 - pkgs/by-name/gt/gti/package.nix | 1 - pkgs/by-name/ha/hashcat-utils/package.nix | 1 - pkgs/by-name/nd/ndppd/package.nix | 1 - pkgs/by-name/nn/nntp-proxy/package.nix | 1 - pkgs/by-name/so/sonarr/package.nix | 1 - pkgs/by-name/sy/systemd-journal2gelf/package.nix | 1 - pkgs/by-name/uf/uftp/package.nix | 1 - pkgs/development/python-modules/phonenumbers/default.nix | 1 - pkgs/misc/logging/beats/7.x.nix | 1 - pkgs/tools/misc/graylog/plugins.nix | 1 - 13 files changed, 18 deletions(-) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 8738f5b07f0f..ddd89802b6f9 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -8322,12 +8322,6 @@ githubId = 88741530; name = "Fabian Rigoll"; }; - fadenb = { - email = "tristan.helmich+nixos@gmail.com"; - github = "fadenb"; - githubId = 878822; - name = "Tristan Helmich"; - }; famfo = { name = "famfo"; email = "famfo+nixpkgs@famfo.xyz"; diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix index 210ffba3ba71..1766ae022e3a 100644 --- a/maintainers/team-list.nix +++ b/maintainers/team-list.nix @@ -640,7 +640,6 @@ with lib.maintainers; matrix = { members = [ ma27 - fadenb mguentner dandellion nickcao diff --git a/pkgs/by-name/gr/grepcidr/package.nix b/pkgs/by-name/gr/grepcidr/package.nix index 0d1ec5f64822..d878ee48e5fd 100644 --- a/pkgs/by-name/gr/grepcidr/package.nix +++ b/pkgs/by-name/gr/grepcidr/package.nix @@ -20,7 +20,6 @@ stdenv.mkDerivation rec { homepage = "https://www.pc-tools.net/unix/grepcidr/"; license = licenses.gpl3; platforms = platforms.unix; - maintainers = [ maintainers.fadenb ]; mainProgram = "grepcidr"; }; } diff --git a/pkgs/by-name/gt/gti/package.nix b/pkgs/by-name/gt/gti/package.nix index faf0dcfc8468..87c279701d20 100644 --- a/pkgs/by-name/gt/gti/package.nix +++ b/pkgs/by-name/gt/gti/package.nix @@ -36,7 +36,6 @@ stdenv.mkDerivation rec { homepage = "https://r-wos.org/hacks/gti"; license = licenses.mit; description = "Humorous typo-based git runner; drives a car over the terminal"; - maintainers = with maintainers; [ fadenb ]; platforms = platforms.unix; mainProgram = "gti"; }; diff --git a/pkgs/by-name/ha/hashcat-utils/package.nix b/pkgs/by-name/ha/hashcat-utils/package.nix index dc717c51b7b3..631cc1fa5092 100644 --- a/pkgs/by-name/ha/hashcat-utils/package.nix +++ b/pkgs/by-name/ha/hashcat-utils/package.nix @@ -29,6 +29,5 @@ stdenv.mkDerivation rec { homepage = "https://github.com/hashcat/hashcat-utils"; license = licenses.mit; platforms = platforms.unix; - maintainers = with maintainers; [ fadenb ]; }; } diff --git a/pkgs/by-name/nd/ndppd/package.nix b/pkgs/by-name/nd/ndppd/package.nix index bb0fda862e98..8f71e1d733a7 100644 --- a/pkgs/by-name/nd/ndppd/package.nix +++ b/pkgs/by-name/nd/ndppd/package.nix @@ -39,7 +39,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/DanielAdolfsson/ndppd"; license = licenses.gpl3; platforms = platforms.linux; - maintainers = with maintainers; [ fadenb ]; mainProgram = "ndppd"; }; } diff --git a/pkgs/by-name/nn/nntp-proxy/package.nix b/pkgs/by-name/nn/nntp-proxy/package.nix index 48c5bc78edf1..d0c00553466a 100644 --- a/pkgs/by-name/nn/nntp-proxy/package.nix +++ b/pkgs/by-name/nn/nntp-proxy/package.nix @@ -41,7 +41,6 @@ stdenv.mkDerivation { description = "Simple NNTP proxy with SSL support"; homepage = "https://github.com/nieluj/nntp-proxy"; license = lib.licenses.gpl2Plus; - maintainers = [ lib.maintainers.fadenb ]; platforms = lib.platforms.all; mainProgram = "nntp-proxy"; }; diff --git a/pkgs/by-name/so/sonarr/package.nix b/pkgs/by-name/so/sonarr/package.nix index 3db36aa85bbd..a9b51634a9b9 100644 --- a/pkgs/by-name/so/sonarr/package.nix +++ b/pkgs/by-name/so/sonarr/package.nix @@ -200,7 +200,6 @@ buildDotnetModule { homepage = "https://sonarr.tv"; license = lib.licenses.gpl3Only; maintainers = with lib.maintainers; [ - fadenb purcell tie niklaskorz diff --git a/pkgs/by-name/sy/systemd-journal2gelf/package.nix b/pkgs/by-name/sy/systemd-journal2gelf/package.nix index 65ffe95cdf00..da4d9c8bbf42 100644 --- a/pkgs/by-name/sy/systemd-journal2gelf/package.nix +++ b/pkgs/by-name/sy/systemd-journal2gelf/package.nix @@ -29,7 +29,6 @@ buildGoModule { homepage = "https://github.com/parse-nl/SystemdJournal2Gelf"; license = licenses.bsd2; maintainers = with maintainers; [ - fadenb fpletz ]; mainProgram = "SystemdJournal2Gelf"; diff --git a/pkgs/by-name/uf/uftp/package.nix b/pkgs/by-name/uf/uftp/package.nix index 831493a3c622..f3298fcd7f5f 100644 --- a/pkgs/by-name/uf/uftp/package.nix +++ b/pkgs/by-name/uf/uftp/package.nix @@ -35,7 +35,6 @@ stdenv.mkDerivation rec { description = "Encrypted UDP based FTP with multicast"; homepage = "https://uftp-multicast.sourceforge.net/"; license = lib.licenses.gpl3; - maintainers = [ lib.maintainers.fadenb ]; platforms = with lib.platforms; linux ++ darwin; }; } diff --git a/pkgs/development/python-modules/phonenumbers/default.nix b/pkgs/development/python-modules/phonenumbers/default.nix index ce2ab2e57b44..1cb96a27a078 100644 --- a/pkgs/development/python-modules/phonenumbers/default.nix +++ b/pkgs/development/python-modules/phonenumbers/default.nix @@ -32,6 +32,5 @@ buildPythonPackage rec { homepage = "https://github.com/daviddrysdale/python-phonenumbers"; changelog = "https://github.com/daviddrysdale/python-phonenumbers/blob/v${version}/python/HISTORY.md"; license = licenses.asl20; - maintainers = with maintainers; [ fadenb ]; }; } diff --git a/pkgs/misc/logging/beats/7.x.nix b/pkgs/misc/logging/beats/7.x.nix index 13c7ce8e3979..8f5b8d607c3a 100644 --- a/pkgs/misc/logging/beats/7.x.nix +++ b/pkgs/misc/logging/beats/7.x.nix @@ -32,7 +32,6 @@ let homepage = "https://www.elastic.co/products/beats"; license = licenses.asl20; maintainers = with maintainers; [ - fadenb basvandijk dfithian ]; diff --git a/pkgs/tools/misc/graylog/plugins.nix b/pkgs/tools/misc/graylog/plugins.nix index 4f5e5d1e7bc0..95b0c09039e6 100644 --- a/pkgs/tools/misc/graylog/plugins.nix +++ b/pkgs/tools/misc/graylog/plugins.nix @@ -32,7 +32,6 @@ let nativeBuildInputs = [ unzip ]; meta = a.meta // { platforms = graylogPackage.meta.platforms; - maintainers = (a.meta.maintainers or [ ]) ++ [ maintainers.fadenb ]; sourceProvenance = with sourceTypes; [ binaryBytecode ]; }; } From a19c83855a3208de02f09faa5620ed397d1db6a2 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Wed, 19 Nov 2025 11:33:32 +0100 Subject: [PATCH 13/29] maintainers: drop diegolelis Inactive since 2024. --- maintainers/maintainer-list.nix | 6 ------ pkgs/applications/networking/cluster/kops/default.nix | 1 - pkgs/by-name/ku/kuttl/package.nix | 1 - 3 files changed, 8 deletions(-) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index ddd89802b6f9..769d4c751753 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -6541,12 +6541,6 @@ githubId = 41772157; name = "Dict Xiong"; }; - diegolelis = { - email = "diego.o.lelis@gmail.com"; - github = "DiegoLelis"; - githubId = 8404455; - name = "Diego Lelis"; - }; diegs = { email = "dpontor@gmail.com"; github = "diegs"; diff --git a/pkgs/applications/networking/cluster/kops/default.nix b/pkgs/applications/networking/cluster/kops/default.nix index 927e6ac75a6a..41158b2ee4eb 100644 --- a/pkgs/applications/networking/cluster/kops/default.nix +++ b/pkgs/applications/networking/cluster/kops/default.nix @@ -62,7 +62,6 @@ let maintainers = with maintainers; [ offline zimbatm - diegolelis yurrriq ]; }; diff --git a/pkgs/by-name/ku/kuttl/package.nix b/pkgs/by-name/ku/kuttl/package.nix index a2c44232cc1b..7c2e2033a29a 100644 --- a/pkgs/by-name/ku/kuttl/package.nix +++ b/pkgs/by-name/ku/kuttl/package.nix @@ -30,7 +30,6 @@ buildGoModule rec { description = "KUbernetes Test TooL (KUTTL) provides a declarative approach to testing production-grade Kubernetes operators"; homepage = "https://github.com/kudobuilder/kuttl"; license = licenses.asl20; - maintainers = with maintainers; [ diegolelis ]; mainProgram = "kubectl-kuttl"; }; } From f1c143723606628de84ce91603cf35764c8788ed Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Wed, 19 Nov 2025 11:34:57 +0100 Subject: [PATCH 14/29] maintainers: drop doriath Inactive since 2024. --- maintainers/maintainer-list.nix | 6 ------ pkgs/by-name/gr/grpc_cli/package.nix | 1 - 2 files changed, 7 deletions(-) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 769d4c751753..6a468d0a0a91 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -6831,12 +6831,6 @@ githubId = 53937537; keys = [ { fingerprint = "BBC4 C071 516B A147 8D07 F9DC D2FD E6EC 2E8C 2BF4"; } ]; }; - doriath = { - email = "tomasz.zurkowski@gmail.com"; - github = "doriath"; - githubId = 150959; - name = "Tomasz Zurkowski"; - }; doronbehar = { email = "me@doronbehar.com"; github = "doronbehar"; diff --git a/pkgs/by-name/gr/grpc_cli/package.nix b/pkgs/by-name/gr/grpc_cli/package.nix index b19fe0f056b5..816017a24a9a 100644 --- a/pkgs/by-name/gr/grpc_cli/package.nix +++ b/pkgs/by-name/gr/grpc_cli/package.nix @@ -42,7 +42,6 @@ stdenv.mkDerivation rec { description = "Command line tool for interacting with grpc services"; homepage = "https://github.com/grpc/grpc"; license = licenses.asl20; - maintainers = with maintainers; [ doriath ]; platforms = platforms.linux; mainProgram = "grpc_cli"; }; From d2c138a24d785db64fbab7a1969fae9764acfa60 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Wed, 19 Nov 2025 11:37:42 +0100 Subject: [PATCH 15/29] maintainers: drop masipcat Inactive since 2020. --- maintainers/maintainer-list.nix | 6 ------ pkgs/applications/window-managers/phosh/default.nix | 1 - pkgs/by-name/ph/phoc/package.nix | 1 - 3 files changed, 8 deletions(-) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 6a468d0a0a91..c2e766fb215b 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -16106,12 +16106,6 @@ githubId = 3674056; name = "Asad Saeeduddin"; }; - masipcat = { - email = "jordi@masip.cat"; - github = "masipcat"; - githubId = 775189; - name = "Jordi Masip"; - }; MaskedBelgian = { email = "michael.colicchia@imio.be"; github = "MaskedBelgian"; diff --git a/pkgs/applications/window-managers/phosh/default.nix b/pkgs/applications/window-managers/phosh/default.nix index 42ec0a5690cc..47133bb2148f 100644 --- a/pkgs/applications/window-managers/phosh/default.nix +++ b/pkgs/applications/window-managers/phosh/default.nix @@ -162,7 +162,6 @@ stdenv.mkDerivation (finalAttrs: { changelog = "https://gitlab.gnome.org/World/Phosh/phosh/-/blob/v${finalAttrs.version}/debian/changelog"; license = licenses.gpl3Plus; maintainers = with maintainers; [ - masipcat zhaofengli armelclo ]; diff --git a/pkgs/by-name/ph/phoc/package.nix b/pkgs/by-name/ph/phoc/package.nix index 36bbec837ade..118d42067192 100644 --- a/pkgs/by-name/ph/phoc/package.nix +++ b/pkgs/by-name/ph/phoc/package.nix @@ -110,7 +110,6 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://gitlab.gnome.org/World/Phosh/phoc"; license = licenses.gpl3Plus; maintainers = with maintainers; [ - masipcat zhaofengli armelclo ]; From a749c4a47843e3b48c93c6ca48b4bc75e9de87a1 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Wed, 19 Nov 2025 11:41:32 +0100 Subject: [PATCH 16/29] maintainers: drop peefy Inactive since 2024. --- maintainers/maintainer-list.nix | 6 ------ pkgs/by-name/kc/kcl/package.nix | 1 - pkgs/by-name/kc/kclvm/package.nix | 1 - pkgs/by-name/kc/kclvm_cli/package.nix | 1 - 4 files changed, 9 deletions(-) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index c2e766fb215b..939205372e93 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -20149,12 +20149,6 @@ githubId = 1368952; name = "Pedro Lara Campos"; }; - peefy = { - email = "xpf6677@gmail.com"; - github = "Peefy"; - githubId = 22744597; - name = "Peefy"; - }; peelz = { email = "peelz.dev+nixpkgs@gmail.com"; github = "notpeelz"; diff --git a/pkgs/by-name/kc/kcl/package.nix b/pkgs/by-name/kc/kcl/package.nix index 8b55085e7bf9..ba108e38f3d9 100644 --- a/pkgs/by-name/kc/kcl/package.nix +++ b/pkgs/by-name/kc/kcl/package.nix @@ -69,7 +69,6 @@ buildGoModule rec { license = lib.licenses.asl20; platforms = lib.platforms.linux ++ lib.platforms.darwin; maintainers = with lib.maintainers; [ - peefy selfuryon ]; mainProgram = "kcl"; diff --git a/pkgs/by-name/kc/kclvm/package.nix b/pkgs/by-name/kc/kclvm/package.nix index 16644e913acb..67541a04700b 100644 --- a/pkgs/by-name/kc/kclvm/package.nix +++ b/pkgs/by-name/kc/kclvm/package.nix @@ -49,7 +49,6 @@ rustPlatform.buildRustPackage (finalAttrs: { platforms = lib.platforms.unix; maintainers = with lib.maintainers; [ selfuryon - peefy ]; }; }) diff --git a/pkgs/by-name/kc/kclvm_cli/package.nix b/pkgs/by-name/kc/kclvm_cli/package.nix index c7c9b27fa2db..f98c8f49e271 100644 --- a/pkgs/by-name/kc/kclvm_cli/package.nix +++ b/pkgs/by-name/kc/kclvm_cli/package.nix @@ -33,7 +33,6 @@ rustPlatform.buildRustPackage rec { platforms = platforms.linux ++ platforms.darwin; maintainers = with maintainers; [ selfuryon - peefy ]; mainProgram = "kclvm_cli"; }; From 3eef7f5acedfe2a8c3620b62e93e46e494e76c80 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Wed, 19 Nov 2025 11:45:06 +0100 Subject: [PATCH 17/29] maintainers: drop beezow Inactive since 2023. --- maintainers/maintainer-list.nix | 6 ------ pkgs/by-name/em/emuflight-configurator/package.nix | 1 - pkgs/shells/fish/plugins/bass.nix | 1 - 3 files changed, 8 deletions(-) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 939205372e93..3a9bbdb7e2be 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -3131,12 +3131,6 @@ github = "beeb"; githubId = 703631; }; - beezow = { - name = "beezow"; - email = "zbeezow@gmail.com"; - github = "beezow"; - githubId = 42082156; - }; bellackn = { name = "Nico Bellack"; email = "blcknc@pm.me"; diff --git a/pkgs/by-name/em/emuflight-configurator/package.nix b/pkgs/by-name/em/emuflight-configurator/package.nix index 86979a6cec62..619c42d4ac3d 100644 --- a/pkgs/by-name/em/emuflight-configurator/package.nix +++ b/pkgs/by-name/em/emuflight-configurator/package.nix @@ -63,7 +63,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/emuflight/EmuConfigurator"; sourceProvenance = with sourceTypes; [ binaryNativeCode ]; license = licenses.gpl3Only; - maintainers = with maintainers; [ beezow ]; platforms = platforms.linux; }; } diff --git a/pkgs/shells/fish/plugins/bass.nix b/pkgs/shells/fish/plugins/bass.nix index f14be816f7af..d651f9f3af7b 100644 --- a/pkgs/shells/fish/plugins/bass.nix +++ b/pkgs/shells/fish/plugins/bass.nix @@ -30,6 +30,5 @@ buildFishPlugin rec { description = "Fish function making it easy to use utilities written for Bash in Fish shell"; homepage = "https://github.com/edc/bass"; license = licenses.mit; - maintainers = with maintainers; [ beezow ]; }; } From 8653d8f15cda5ef5f0b11c38ec73a94b6bae7780 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Wed, 19 Nov 2025 11:57:59 +0100 Subject: [PATCH 18/29] maintainers: drop peterromfeldhk Inactive since 2023. Added a package in February 2025, but other than that never reacts to maintainer pings. --- maintainers/maintainer-list.nix | 6 ------ pkgs/by-name/co/cocoapods/package.nix | 3 --- pkgs/by-name/el/elasticmq-server-bin/package.nix | 1 - pkgs/by-name/fa/fastlane/package.nix | 1 - pkgs/by-name/in/infra/package.nix | 1 - pkgs/by-name/ja/jazzy/package.nix | 1 - pkgs/by-name/ku/kubent/package.nix | 1 - pkgs/by-name/pl/pluto/package.nix | 1 - pkgs/by-name/so/sonar-scanner-cli/package.nix | 1 - pkgs/by-name/tf/tfsec/package.nix | 1 - pkgs/by-name/vc/vcluster/package.nix | 1 - .../python-modules/azure-containerregistry/default.nix | 1 - .../python-modules/django-webpack-loader/default.nix | 1 - pkgs/development/python-modules/minio/default.nix | 1 - .../python-modules/pysigma-backend-loki/default.nix | 1 - pkgs/development/python-modules/python-logstash/default.nix | 1 - pkgs/development/python-modules/yubico-client/default.nix | 1 - pkgs/tools/admin/pulumi-bin/default.nix | 1 - 18 files changed, 25 deletions(-) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 3a9bbdb7e2be..e37ee28d1496 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -20209,12 +20209,6 @@ githubId = 722550; name = "Peter Hoeg"; }; - peterromfeldhk = { - email = "peter.romfeld.hk@gmail.com"; - github = "peterromfeldhk"; - githubId = 5515707; - name = "Peter Romfeld"; - }; petersjt014 = { email = "petersjt014@gmail.com"; github = "petersjt014"; diff --git a/pkgs/by-name/co/cocoapods/package.nix b/pkgs/by-name/co/cocoapods/package.nix index ced83c48468e..15ccdd258167 100644 --- a/pkgs/by-name/co/cocoapods/package.nix +++ b/pkgs/by-name/co/cocoapods/package.nix @@ -21,9 +21,6 @@ bundlerApp { homepage = "https://github.com/CocoaPods/CocoaPods"; license = licenses.mit; platforms = platforms.darwin; - maintainers = with maintainers; [ - peterromfeldhk - ]; mainProgram = "pod"; }; } diff --git a/pkgs/by-name/el/elasticmq-server-bin/package.nix b/pkgs/by-name/el/elasticmq-server-bin/package.nix index 5490d46aced7..4086398b20e8 100644 --- a/pkgs/by-name/el/elasticmq-server-bin/package.nix +++ b/pkgs/by-name/el/elasticmq-server-bin/package.nix @@ -49,7 +49,6 @@ stdenv.mkDerivation (finalAttrs: { sourceProvenance = with sourceTypes; [ binaryBytecode ]; license = licenses.asl20; platforms = platforms.unix; - maintainers = with maintainers; [ peterromfeldhk ]; mainProgram = "elasticmq-server"; }; }) diff --git a/pkgs/by-name/fa/fastlane/package.nix b/pkgs/by-name/fa/fastlane/package.nix index ef7b6ed16eed..e646f53b47d8 100644 --- a/pkgs/by-name/fa/fastlane/package.nix +++ b/pkgs/by-name/fa/fastlane/package.nix @@ -24,7 +24,6 @@ bundlerApp { homepage = "https://fastlane.tools/"; license = licenses.mit; maintainers = with maintainers; [ - peterromfeldhk nicknovitski shahrukh330 ]; diff --git a/pkgs/by-name/in/infra/package.nix b/pkgs/by-name/in/infra/package.nix index 9929717b539c..acbbe96a6902 100644 --- a/pkgs/by-name/in/infra/package.nix +++ b/pkgs/by-name/in/infra/package.nix @@ -29,7 +29,6 @@ buildGoModule rec { homepage = "https://github.com/infrahq/infra"; changelog = "https://github.com/infrahq/infra/raw/v${version}/CHANGELOG.md"; license = lib.licenses.elastic20; - maintainers = with lib.maintainers; [ peterromfeldhk ]; mainProgram = "infra"; }; } diff --git a/pkgs/by-name/ja/jazzy/package.nix b/pkgs/by-name/ja/jazzy/package.nix index ef04d10d5c4a..ca9c0ec55d4d 100644 --- a/pkgs/by-name/ja/jazzy/package.nix +++ b/pkgs/by-name/ja/jazzy/package.nix @@ -17,7 +17,6 @@ bundlerApp { license = licenses.mit; platforms = platforms.darwin; maintainers = with maintainers; [ - peterromfeldhk nicknovitski ]; }; diff --git a/pkgs/by-name/ku/kubent/package.nix b/pkgs/by-name/ku/kubent/package.nix index c49a00940220..cb2461379402 100644 --- a/pkgs/by-name/ku/kubent/package.nix +++ b/pkgs/by-name/ku/kubent/package.nix @@ -39,6 +39,5 @@ buildGoModule rec { homepage = "https://github.com/doitintl/kube-no-trouble"; license = lib.licenses.mit; mainProgram = "kubent"; - maintainers = with lib.maintainers; [ peterromfeldhk ]; }; } diff --git a/pkgs/by-name/pl/pluto/package.nix b/pkgs/by-name/pl/pluto/package.nix index 5874718b28b7..7cbbd5c329f6 100644 --- a/pkgs/by-name/pl/pluto/package.nix +++ b/pkgs/by-name/pl/pluto/package.nix @@ -31,7 +31,6 @@ buildGoModule rec { mainProgram = "pluto"; license = licenses.asl20; maintainers = with maintainers; [ - peterromfeldhk kashw2 ]; }; diff --git a/pkgs/by-name/so/sonar-scanner-cli/package.nix b/pkgs/by-name/so/sonar-scanner-cli/package.nix index b9a0f9e4ef04..1f400aa4e543 100644 --- a/pkgs/by-name/so/sonar-scanner-cli/package.nix +++ b/pkgs/by-name/so/sonar-scanner-cli/package.nix @@ -76,6 +76,5 @@ maven.buildMavenPackage rec { license = lib.licenses.lgpl3Only; mainProgram = "sonar-scanner"; platforms = lib.platforms.unix; - maintainers = with lib.maintainers; [ peterromfeldhk ]; }; } diff --git a/pkgs/by-name/tf/tfsec/package.nix b/pkgs/by-name/tf/tfsec/package.nix index d4bd6c1441de..112cda3154c9 100644 --- a/pkgs/by-name/tf/tfsec/package.nix +++ b/pkgs/by-name/tf/tfsec/package.nix @@ -38,7 +38,6 @@ buildGoModule rec { license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab - peterromfeldhk ]; }; } diff --git a/pkgs/by-name/vc/vcluster/package.nix b/pkgs/by-name/vc/vcluster/package.nix index db82d1b6f456..82d23f812f49 100644 --- a/pkgs/by-name/vc/vcluster/package.nix +++ b/pkgs/by-name/vc/vcluster/package.nix @@ -56,7 +56,6 @@ buildGoModule rec { license = lib.licenses.asl20; mainProgram = "vcluster"; maintainers = with lib.maintainers; [ - peterromfeldhk qjoly ]; }; diff --git a/pkgs/development/python-modules/azure-containerregistry/default.nix b/pkgs/development/python-modules/azure-containerregistry/default.nix index 37d7173441ac..2c3e483c99b6 100644 --- a/pkgs/development/python-modules/azure-containerregistry/default.nix +++ b/pkgs/development/python-modules/azure-containerregistry/default.nix @@ -42,6 +42,5 @@ buildPythonPackage rec { description = "Microsoft Azure Container Registry client library for Python"; homepage = "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/containerregistry/azure-containerregistry"; license = licenses.mit; - maintainers = with maintainers; [ peterromfeldhk ]; }; } diff --git a/pkgs/development/python-modules/django-webpack-loader/default.nix b/pkgs/development/python-modules/django-webpack-loader/default.nix index 201c5546a2aa..7e60dc34252e 100644 --- a/pkgs/development/python-modules/django-webpack-loader/default.nix +++ b/pkgs/development/python-modules/django-webpack-loader/default.nix @@ -31,6 +31,5 @@ buildPythonPackage rec { homepage = "https://github.com/owais/django-webpack-loader"; changelog = "https://github.com/django-webpack/django-webpack-loader/blob/${version}/CHANGELOG.md"; license = with licenses; [ mit ]; - maintainers = with maintainers; [ peterromfeldhk ]; }; } diff --git a/pkgs/development/python-modules/minio/default.nix b/pkgs/development/python-modules/minio/default.nix index 4f84eaea2641..1dfa66daed9d 100644 --- a/pkgs/development/python-modules/minio/default.nix +++ b/pkgs/development/python-modules/minio/default.nix @@ -63,7 +63,6 @@ buildPythonPackage rec { description = "Simple APIs to access any Amazon S3 compatible object storage server"; homepage = "https://github.com/minio/minio-py"; changelog = "https://github.com/minio/minio-py/releases/tag/${src.tag}"; - maintainers = with maintainers; [ peterromfeldhk ]; license = licenses.asl20; }; } diff --git a/pkgs/development/python-modules/pysigma-backend-loki/default.nix b/pkgs/development/python-modules/pysigma-backend-loki/default.nix index 1ebd91d9c197..058fad6c4941 100644 --- a/pkgs/development/python-modules/pysigma-backend-loki/default.nix +++ b/pkgs/development/python-modules/pysigma-backend-loki/default.nix @@ -38,6 +38,5 @@ buildPythonPackage rec { description = "Library to support the loki backend for pySigma"; homepage = "https://github.com/grafana/pySigma-backend-loki"; license = with licenses; [ lgpl21Only ]; - maintainers = with maintainers; [ peterromfeldhk ]; }; } diff --git a/pkgs/development/python-modules/python-logstash/default.nix b/pkgs/development/python-modules/python-logstash/default.nix index 71fddc53da0a..3976e1996a2c 100644 --- a/pkgs/development/python-modules/python-logstash/default.nix +++ b/pkgs/development/python-modules/python-logstash/default.nix @@ -20,7 +20,6 @@ buildPythonPackage rec { meta = with lib; { description = "Python logging handler for Logstash"; homepage = "https://github.com/vklochan/python-logstash"; - maintainers = with maintainers; [ peterromfeldhk ]; license = licenses.mit; }; } diff --git a/pkgs/development/python-modules/yubico-client/default.nix b/pkgs/development/python-modules/yubico-client/default.nix index c32239120ba7..13604180ae22 100644 --- a/pkgs/development/python-modules/yubico-client/default.nix +++ b/pkgs/development/python-modules/yubico-client/default.nix @@ -23,7 +23,6 @@ buildPythonPackage rec { meta = with lib; { description = "Verifying Yubico OTPs based on the validation protocol version 2.0"; homepage = "https://github.com/Kami/python-yubico-client/"; - maintainers = with maintainers; [ peterromfeldhk ]; license = licenses.bsd3; }; } diff --git a/pkgs/tools/admin/pulumi-bin/default.nix b/pkgs/tools/admin/pulumi-bin/default.nix index 2e5376442c88..05932f950772 100644 --- a/pkgs/tools/admin/pulumi-bin/default.nix +++ b/pkgs/tools/admin/pulumi-bin/default.nix @@ -50,7 +50,6 @@ stdenv.mkDerivation { platforms = builtins.attrNames data.pulumiPkgs; maintainers = with maintainers; [ ghuntley - peterromfeldhk jlesquembre cpcloud wrbbz From ce3d040a9ef36367b1fe284e9f511eff42e35dee Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Wed, 19 Nov 2025 12:00:28 +0100 Subject: [PATCH 19/29] maintainers: drop kroell Single package addition in 2018, never came back. --- maintainers/maintainer-list.nix | 6 ------ pkgs/by-name/ss/ssocr/package.nix | 1 - 2 files changed, 7 deletions(-) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index e37ee28d1496..15a6beca563d 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -14073,12 +14073,6 @@ name = "Kristoffer Longva Eriksen"; matrix = "@krisleri:pvv.ntnu.no"; }; - kroell = { - email = "nixosmainter@makroell.de"; - github = "rokk4"; - githubId = 17659803; - name = "Matthias Axel Kröll"; - }; krostar = { email = "alexis.destrez@pm.me"; github = "krostar"; diff --git a/pkgs/by-name/ss/ssocr/package.nix b/pkgs/by-name/ss/ssocr/package.nix index 6179b456225c..033704c3aa79 100644 --- a/pkgs/by-name/ss/ssocr/package.nix +++ b/pkgs/by-name/ss/ssocr/package.nix @@ -30,7 +30,6 @@ stdenv.mkDerivation rec { description = "Seven Segment Optical Character Recognition"; homepage = "https://github.com/auerswal/ssocr"; license = licenses.gpl3; - maintainers = [ maintainers.kroell ]; mainProgram = "ssocr"; platforms = platforms.unix; }; From 2909df07e78920a776ed8b80d27871af58e3c38f Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Wed, 19 Nov 2025 12:02:57 +0100 Subject: [PATCH 20/29] maintainers: drop dlip Inactive since 2024. --- maintainers/maintainer-list.nix | 6 ------ .../extensions/chenglou92.rescript-vscode/default.nix | 1 - .../chenglou92.rescript-vscode/rescript-editor-analysis.nix | 1 - pkgs/by-name/tu/turbo-unwrapped/package.nix | 1 - 4 files changed, 9 deletions(-) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 15a6beca563d..b7739b0ec848 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -6695,12 +6695,6 @@ githubId = 28980797; name = "David Leslie"; }; - dlip = { - email = "dane@lipscombe.com.au"; - github = "dlip"; - githubId = 283316; - name = "Dane Lipscombe"; - }; dlugoschvincent = { email = "dlugoschvincent@gmail.com"; github = "dlugoschvincent"; diff --git a/pkgs/applications/editors/vscode/extensions/chenglou92.rescript-vscode/default.nix b/pkgs/applications/editors/vscode/extensions/chenglou92.rescript-vscode/default.nix index f2e247b2e57f..be00fdce3e53 100644 --- a/pkgs/applications/editors/vscode/extensions/chenglou92.rescript-vscode/default.nix +++ b/pkgs/applications/editors/vscode/extensions/chenglou92.rescript-vscode/default.nix @@ -46,7 +46,6 @@ vscode-utils.buildVscodeMarketplaceExtension { description = "Official VSCode plugin for ReScript"; homepage = "https://github.com/rescript-lang/rescript-vscode"; maintainers = [ - lib.maintainers.dlip lib.maintainers.jayesh-bhoot ]; platforms = lib.platforms.linux ++ lib.platforms.darwin; diff --git a/pkgs/applications/editors/vscode/extensions/chenglou92.rescript-vscode/rescript-editor-analysis.nix b/pkgs/applications/editors/vscode/extensions/chenglou92.rescript-vscode/rescript-editor-analysis.nix index 7232795a8148..6fe449654606 100644 --- a/pkgs/applications/editors/vscode/extensions/chenglou92.rescript-vscode/rescript-editor-analysis.nix +++ b/pkgs/applications/editors/vscode/extensions/chenglou92.rescript-vscode/rescript-editor-analysis.nix @@ -35,7 +35,6 @@ ocamlPackages.buildDunePackage rec { homepage = "https://github.com/rescript-lang/rescript-vscode"; changelog = "https://github.com/rescript-lang/rescript-vscode/releases/tag/${version}"; maintainers = with lib.maintainers; [ - dlip jayesh-bhoot RossSmyth ]; diff --git a/pkgs/by-name/tu/turbo-unwrapped/package.nix b/pkgs/by-name/tu/turbo-unwrapped/package.nix index 955c1b0b6d76..4f42e006eece 100644 --- a/pkgs/by-name/tu/turbo-unwrapped/package.nix +++ b/pkgs/by-name/tu/turbo-unwrapped/package.nix @@ -81,7 +81,6 @@ rustPlatform.buildRustPackage (finalAttrs: { changelog = "https://github.com/vercel/turborepo/releases/tag/v${finalAttrs.version}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ - dlip getchoo ]; mainProgram = "turbo"; From c3f0cefacc801e45b37d43a94bd932b5362f3533 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Wed, 19 Nov 2025 12:08:26 +0100 Subject: [PATCH 21/29] maintainers: drop vidbina Inactive since 2021. --- maintainers/maintainer-list.nix | 6 ------ nixos/modules/programs/digitalbitbox/default.nix | 1 - pkgs/applications/misc/digitalbitbox/default.nix | 3 --- pkgs/applications/science/electronics/bitscope/common.nix | 3 --- pkgs/by-name/ch/checkmake/package.nix | 1 - pkgs/by-name/ga/ganttproject-bin/package.nix | 1 - pkgs/by-name/gh/ghorg/package.nix | 1 - 7 files changed, 16 deletions(-) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index b7739b0ec848..bb442a17baf2 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -27447,12 +27447,6 @@ github = "victormeriqui"; githubId = 1396008; }; - vidbina = { - email = "vid@bina.me"; - github = "vidbina"; - githubId = 335406; - name = "David Asabina"; - }; videl = { email = "thibaut.smith@mailbox.org"; github = "videl"; diff --git a/nixos/modules/programs/digitalbitbox/default.nix b/nixos/modules/programs/digitalbitbox/default.nix index 73cce23bbaed..f5cb66e2d45b 100644 --- a/nixos/modules/programs/digitalbitbox/default.nix +++ b/nixos/modules/programs/digitalbitbox/default.nix @@ -36,6 +36,5 @@ in meta = { doc = ./default.md; - maintainers = with lib.maintainers; [ vidbina ]; }; } diff --git a/pkgs/applications/misc/digitalbitbox/default.nix b/pkgs/applications/misc/digitalbitbox/default.nix index be81fe704dca..fd805af2cdea 100644 --- a/pkgs/applications/misc/digitalbitbox/default.nix +++ b/pkgs/applications/misc/digitalbitbox/default.nix @@ -150,9 +150,6 @@ mkDerivation rec { ''; homepage = "https://digitalbitbox.com/"; license = licenses.mit; - maintainers = with maintainers; [ - vidbina - ]; platforms = platforms.linux; }; } diff --git a/pkgs/applications/science/electronics/bitscope/common.nix b/pkgs/applications/science/electronics/bitscope/common.nix index 890c4cb653e6..b5981e33d2a4 100644 --- a/pkgs/applications/science/electronics/bitscope/common.nix +++ b/pkgs/applications/science/electronics/bitscope/common.nix @@ -36,9 +36,6 @@ let sourceProvenance = with sourceTypes; [ binaryNativeCode ]; license = licenses.unfree; platforms = [ "x86_64-linux" ]; - maintainers = with maintainers; [ - vidbina - ]; } // (attrs.meta or { }); diff --git a/pkgs/by-name/ch/checkmake/package.nix b/pkgs/by-name/ch/checkmake/package.nix index 51b9fc954e64..c86964de7c83 100644 --- a/pkgs/by-name/ch/checkmake/package.nix +++ b/pkgs/by-name/ch/checkmake/package.nix @@ -53,7 +53,6 @@ buildGoModule rec { homepage = "https://github.com/mrtazz/checkmake"; changelog = "https://github.com/mrtazz/checkmake/releases/tag/${src.rev}"; license = licenses.mit; - maintainers = with maintainers; [ vidbina ]; longDescription = '' checkmake is an experimental tool for linting and checking Makefiles. It may not do what you want it to. diff --git a/pkgs/by-name/ga/ganttproject-bin/package.nix b/pkgs/by-name/ga/ganttproject-bin/package.nix index b8ba41626fc5..b0de72844856 100644 --- a/pkgs/by-name/ga/ganttproject-bin/package.nix +++ b/pkgs/by-name/ga/ganttproject-bin/package.nix @@ -64,7 +64,6 @@ stdenv.mkDerivation rec { # ‘GPL3-compatible’. See ${downloadPage} for detailed information. license = licenses.gpl3Plus; platforms = platforms.linux; - maintainers = [ maintainers.vidbina ]; mainProgram = "ganttproject"; }; } diff --git a/pkgs/by-name/gh/ghorg/package.nix b/pkgs/by-name/gh/ghorg/package.nix index 9c6a17316633..27bb61be7a3b 100644 --- a/pkgs/by-name/gh/ghorg/package.nix +++ b/pkgs/by-name/gh/ghorg/package.nix @@ -49,7 +49,6 @@ buildGoModule rec { ''; homepage = "https://github.com/gabrie30/ghorg"; license = licenses.asl20; - maintainers = with maintainers; [ vidbina ]; mainProgram = "ghorg"; }; } From 8a64ca6114ffb5c723344f2415268aa07cfd5b25 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Wed, 19 Nov 2025 12:09:54 +0100 Subject: [PATCH 22/29] maintainers: drop steinybot Inactive since 2022. --- maintainers/maintainer-list.nix | 8 -------- pkgs/applications/editors/jetbrains/bin/ides.json | 4 ++-- pkgs/by-name/it/iterm2/package.nix | 1 - pkgs/by-name/ma/mas/package.nix | 1 - 4 files changed, 2 insertions(+), 12 deletions(-) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index bb442a17baf2..f94ec174b40f 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -24866,14 +24866,6 @@ githubId = 55607356; name = "Stephan Heßelmann"; }; - steinybot = { - name = "Jason Pickens"; - email = "jasonpickensnz@gmail.com"; - matrix = "@steinybot:matrix.org"; - github = "steinybot"; - githubId = 4659562; - keys = [ { fingerprint = "2709 1DEC CC42 4635 4299 569C 21DE 1CAE 5976 2A0F"; } ]; - }; stelcodes = { email = "stel@stel.codes"; github = "stelcodes"; diff --git a/pkgs/applications/editors/jetbrains/bin/ides.json b/pkgs/applications/editors/jetbrains/bin/ides.json index 60239ac47aaf..86d9670b3a7f 100644 --- a/pkgs/applications/editors/jetbrains/bin/ides.json +++ b/pkgs/applications/editors/jetbrains/bin/ides.json @@ -73,7 +73,7 @@ "meta": { "isOpenSource": true, "description": "Free Java, Kotlin, Groovy and Scala IDE from jetbrains", - "maintainers": [ "edwtjo", "gytis-ivaskevicius", "steinybot", "tymscar" ], + "maintainers": [ "edwtjo", "gytis-ivaskevicius", "tymscar" ], "longDescription": "IDE for Java SE, Groovy & Scala development Powerful environment for building Google Android apps Integration with JUnit, TestNG, popular SCMs, Ant & Maven. Also known as IntelliJ.", "homepage": "https://www.jetbrains.com/idea/" } @@ -85,7 +85,7 @@ "meta": { "isOpenSource": false, "description": "Paid-for Java, Kotlin, Groovy and Scala IDE from jetbrains", - "maintainers": [ "edwtjo", "gytis-ivaskevicius", "steinybot", "tymscar" ], + "maintainers": [ "edwtjo", "gytis-ivaskevicius", "tymscar" ], "longDescription": "IDE for Java SE, Groovy & Scala development Powerful environment for building Google Android apps Integration with JUnit, TestNG, popular SCMs, Ant & Maven. Also known as IntelliJ.", "homepage": "https://www.jetbrains.com/idea/" } diff --git a/pkgs/by-name/it/iterm2/package.nix b/pkgs/by-name/it/iterm2/package.nix index 8aee84e814ee..d653f1201911 100644 --- a/pkgs/by-name/it/iterm2/package.nix +++ b/pkgs/by-name/it/iterm2/package.nix @@ -48,7 +48,6 @@ stdenvNoCC.mkDerivation rec { hydraPlatforms = [ ]; # The build is little more than copying the binary license = licenses.gpl2; maintainers = with maintainers; [ - steinybot tricktron emaiax ]; diff --git a/pkgs/by-name/ma/mas/package.nix b/pkgs/by-name/ma/mas/package.nix index 062995bcb39e..32b90b0bc08a 100644 --- a/pkgs/by-name/ma/mas/package.nix +++ b/pkgs/by-name/ma/mas/package.nix @@ -55,7 +55,6 @@ stdenvNoCC.mkDerivation rec { license = licenses.mit; mainProgram = "mas"; maintainers = with maintainers; [ - steinybot zachcoyle ]; platforms = [ From e499ad771158b03b2cae1396b66b5ce207c96e79 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Wed, 19 Nov 2025 12:12:37 +0100 Subject: [PATCH 23/29] maintainers: drop yomaq Inactive since 2024. --- maintainers/maintainer-list.nix | 5 ----- pkgs/by-name/pu/pulumi-esc/package.nix | 1 - 2 files changed, 6 deletions(-) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index f94ec174b40f..59a3025e426c 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -28794,11 +28794,6 @@ { fingerprint = "D2A8 A906 ACA7 B6D6 575E 9A2F 3A49 5054 6EA6 9E5C"; } ]; }; - yomaq = { - name = "yomaq"; - github = "yomaq"; - githubId = 112864332; - }; yorickvp = { email = "yorickvanpelt@gmail.com"; matrix = "@yorickvp:matrix.org"; diff --git a/pkgs/by-name/pu/pulumi-esc/package.nix b/pkgs/by-name/pu/pulumi-esc/package.nix index 7ab547b4124d..bd79e8724b3d 100644 --- a/pkgs/by-name/pu/pulumi-esc/package.nix +++ b/pkgs/by-name/pu/pulumi-esc/package.nix @@ -30,7 +30,6 @@ buildGoModule rec { homepage = "https://github.com/pulumi/esc/tree/main"; changelog = "https://github.com/pulumi/esc/blob/${src.rev}/CHANGELOG.md"; license = licenses.asl20; - maintainers = with maintainers; [ yomaq ]; mainProgram = "esc"; }; } From c6d6df02748cec2c0ddb53fa42eb33de8146e670 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Wed, 19 Nov 2025 12:15:10 +0100 Subject: [PATCH 24/29] maintainers: drop spitulax Inactive since 2024. --- maintainers/maintainer-list.nix | 7 ------- pkgs/by-name/ke/keymapper/package.nix | 1 - 2 files changed, 8 deletions(-) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 59a3025e426c..6a7b1e89820f 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -24646,13 +24646,6 @@ githubId = 950799; name = "Tomasz Czyż"; }; - spitulax = { - name = "Bintang Adiputra Pratama"; - email = "bintangadiputrapratama@gmail.com"; - github = "spitulax"; - githubId = 96517350; - keys = [ { fingerprint = "652F FAAD 5CB8 AF1D 3F96 9521 929E D6C4 0414 D3F5"; } ]; - }; spk = { email = "laurent@spkdev.net"; github = "spk"; diff --git a/pkgs/by-name/ke/keymapper/package.nix b/pkgs/by-name/ke/keymapper/package.nix index f3c5dfbfabda..6c94a4dce3bf 100644 --- a/pkgs/by-name/ke/keymapper/package.nix +++ b/pkgs/by-name/ke/keymapper/package.nix @@ -49,7 +49,6 @@ stdenv.mkDerivation (finalAttrs: { mainProgram = "keymapper"; maintainers = with lib.maintainers; [ dit7ya - spitulax ]; platforms = lib.platforms.linux; }; From 16a063497cc85400783b76c1af3bc426086a016f Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Wed, 19 Nov 2025 12:17:32 +0100 Subject: [PATCH 25/29] maintainers: drop cfhammill Inactive since 2024. --- maintainers/maintainer-list.nix | 6 ------ .../modules/services/development/rstudio-server/default.nix | 1 - nixos/tests/rstudio-server.nix | 1 - pkgs/by-name/rs/rstudio/package.nix | 1 - pkgs/development/python-modules/causal-conv1d/default.nix | 1 - .../python-modules/lm-format-enforcer/default.nix | 1 - pkgs/development/python-modules/mamba-ssm/default.nix | 1 - pkgs/development/python-modules/pyairports/default.nix | 1 - pkgs/development/python-modules/ttach/default.nix | 1 - 9 files changed, 14 deletions(-) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 6a7b1e89820f..cd9e98350004 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -4455,12 +4455,6 @@ githubId = 543423; name = "Alex Wied"; }; - cfhammill = { - email = "cfhammill@gmail.com"; - github = "cfhammill"; - githubId = 7467038; - name = "Chris Hammill"; - }; cfouche = { email = "chaddai.fouche@gmail.com"; github = "Chaddai"; diff --git a/nixos/modules/services/development/rstudio-server/default.nix b/nixos/modules/services/development/rstudio-server/default.nix index d83029388c3d..83bfee295326 100644 --- a/nixos/modules/services/development/rstudio-server/default.nix +++ b/nixos/modules/services/development/rstudio-server/default.nix @@ -22,7 +22,6 @@ in { meta.maintainers = with lib.maintainers; [ jbedo - cfhammill ]; options.services.rstudio-server = { diff --git a/nixos/tests/rstudio-server.nix b/nixos/tests/rstudio-server.nix index e561bd309d40..6ae0aa9db174 100644 --- a/nixos/tests/rstudio-server.nix +++ b/nixos/tests/rstudio-server.nix @@ -3,7 +3,6 @@ name = "rstudio-server-test"; meta.maintainers = with pkgs.lib.maintainers; [ jbedo - cfhammill ]; nodes.machine = diff --git a/pkgs/by-name/rs/rstudio/package.nix b/pkgs/by-name/rs/rstudio/package.nix index 510a1a39eebb..9fcf2f051d1c 100644 --- a/pkgs/by-name/rs/rstudio/package.nix +++ b/pkgs/by-name/rs/rstudio/package.nix @@ -361,7 +361,6 @@ stdenv.mkDerivation rec { license = lib.licenses.agpl3Only; maintainers = with lib.maintainers; [ ciil - cfhammill tomasajt ]; mainProgram = "rstudio" + lib.optionalString server "-server"; diff --git a/pkgs/development/python-modules/causal-conv1d/default.nix b/pkgs/development/python-modules/causal-conv1d/default.nix index ffc494ce6ff3..c7273b4964cc 100644 --- a/pkgs/development/python-modules/causal-conv1d/default.nix +++ b/pkgs/development/python-modules/causal-conv1d/default.nix @@ -62,7 +62,6 @@ buildPythonPackage rec { description = "Causal depthwise conv1d in CUDA with a PyTorch interface"; homepage = "https://github.com/Dao-AILab/causal-conv1d"; license = licenses.bsd3; - maintainers = with maintainers; [ cfhammill ]; # The package requires CUDA or ROCm, the ROCm build hasn't # been completed or tested, so broken if not using cuda. broken = !cudaSupport; diff --git a/pkgs/development/python-modules/lm-format-enforcer/default.nix b/pkgs/development/python-modules/lm-format-enforcer/default.nix index 339c062244c7..c375566b1848 100644 --- a/pkgs/development/python-modules/lm-format-enforcer/default.nix +++ b/pkgs/development/python-modules/lm-format-enforcer/default.nix @@ -37,6 +37,5 @@ buildPythonPackage rec { changelog = "https://github.com/noamgat/lm-format-enforcer/releases/tag/${src.tag}"; homepage = "https://github.com/noamgat/lm-format-enforcer"; license = licenses.mit; - maintainers = with maintainers; [ cfhammill ]; }; } diff --git a/pkgs/development/python-modules/mamba-ssm/default.nix b/pkgs/development/python-modules/mamba-ssm/default.nix index 54c45d18d90a..edbda8265577 100644 --- a/pkgs/development/python-modules/mamba-ssm/default.nix +++ b/pkgs/development/python-modules/mamba-ssm/default.nix @@ -70,7 +70,6 @@ buildPythonPackage rec { description = "Linear-Time Sequence Modeling with Selective State Spaces"; homepage = "https://github.com/state-spaces/mamba"; license = licenses.asl20; - maintainers = with maintainers; [ cfhammill ]; # The package requires CUDA or ROCm, the ROCm build hasn't # been completed or tested, so broken if not using cuda. broken = !cudaSupport; diff --git a/pkgs/development/python-modules/pyairports/default.nix b/pkgs/development/python-modules/pyairports/default.nix index 6153be35d8ef..8b5918e7bf75 100644 --- a/pkgs/development/python-modules/pyairports/default.nix +++ b/pkgs/development/python-modules/pyairports/default.nix @@ -25,6 +25,5 @@ buildPythonPackage rec { description = "Package which enables airport lookup by 3-letter IATA code"; homepage = "https://github.com/ozeliger/pyairports"; license = licenses.asl20; - maintainers = with maintainers; [ cfhammill ]; }; } diff --git a/pkgs/development/python-modules/ttach/default.nix b/pkgs/development/python-modules/ttach/default.nix index 74510a31f128..8d966664098c 100644 --- a/pkgs/development/python-modules/ttach/default.nix +++ b/pkgs/development/python-modules/ttach/default.nix @@ -30,6 +30,5 @@ buildPythonPackage rec { description = "Image Test Time Augmentation with PyTorch"; homepage = "https://github.com/qubvel/ttach"; license = with licenses; [ mit ]; - maintainers = with maintainers; [ cfhammill ]; }; } From 35de79b80a27d3c00227ad925218324e8749fc29 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Wed, 19 Nov 2025 12:18:21 +0100 Subject: [PATCH 26/29] maintainers: drop mounium Inactive since 2018. --- maintainers/maintainer-list.nix | 6 ------ pkgs/by-name/fe/fehlstart/package.nix | 1 - pkgs/by-name/jm/jmol/package.nix | 1 - pkgs/by-name/ma/materia-theme/package.nix | 1 - pkgs/data/icons/maia-icon-theme/default.nix | 1 - pkgs/development/python-modules/pmw/default.nix | 1 - 6 files changed, 11 deletions(-) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index cd9e98350004..746a271b147a 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -17549,12 +17549,6 @@ matrix = "@motiejus:jakstys.lt"; name = "Motiejus Jakštys"; }; - mounium = { - email = "muoniurn@gmail.com"; - github = "Mounium"; - githubId = 20026143; - name = "Katona László"; - }; mpcsh = { email = "m@mpc.sh"; github = "mpcsh"; diff --git a/pkgs/by-name/fe/fehlstart/package.nix b/pkgs/by-name/fe/fehlstart/package.nix index 175a6ebf7921..730d8155ab28 100644 --- a/pkgs/by-name/fe/fehlstart/package.nix +++ b/pkgs/by-name/fe/fehlstart/package.nix @@ -39,7 +39,6 @@ stdenv.mkDerivation { description = "Small desktop application launcher with reasonable memory footprint"; homepage = "https://codeberg.org/Chuvok/fehlstart"; license = lib.licenses.gpl3Only; - maintainers = [ lib.maintainers.mounium ]; platforms = lib.platforms.linux; mainProgram = "fehlstart"; }; diff --git a/pkgs/by-name/jm/jmol/package.nix b/pkgs/by-name/jm/jmol/package.nix index 5dba2189b2c8..4076550ebeb6 100644 --- a/pkgs/by-name/jm/jmol/package.nix +++ b/pkgs/by-name/jm/jmol/package.nix @@ -66,7 +66,6 @@ stdenv.mkDerivation rec { sourceProvenance = with sourceTypes; [ binaryBytecode ]; license = licenses.lgpl2; platforms = platforms.all; - maintainers = with maintainers; [ mounium ]; teams = [ teams.sage ]; }; } diff --git a/pkgs/by-name/ma/materia-theme/package.nix b/pkgs/by-name/ma/materia-theme/package.nix index b5363da9f2b4..f772a995ba23 100644 --- a/pkgs/by-name/ma/materia-theme/package.nix +++ b/pkgs/by-name/ma/materia-theme/package.nix @@ -50,6 +50,5 @@ stdenv.mkDerivation rec { homepage = "https://github.com/nana-4/materia-theme"; license = licenses.gpl2Only; platforms = platforms.all; - maintainers = [ maintainers.mounium ]; }; } diff --git a/pkgs/data/icons/maia-icon-theme/default.nix b/pkgs/data/icons/maia-icon-theme/default.nix index 295f595a57b1..2d087781d1ba 100644 --- a/pkgs/data/icons/maia-icon-theme/default.nix +++ b/pkgs/data/icons/maia-icon-theme/default.nix @@ -56,7 +56,6 @@ stdenv.mkDerivation { description = "Icons based on Breeze and Super Flat Remix"; homepage = "https://gitlab.manjaro.org/artwork/themes/maia"; license = licenses.lgpl3; - maintainers = with maintainers; [ mounium ]; platforms = platforms.all; }; } diff --git a/pkgs/development/python-modules/pmw/default.nix b/pkgs/development/python-modules/pmw/default.nix index 98988926b21e..292fd677114e 100644 --- a/pkgs/development/python-modules/pmw/default.nix +++ b/pkgs/development/python-modules/pmw/default.nix @@ -25,6 +25,5 @@ buildPythonPackage rec { description = "Toolkit for building high-level compound widgets in Python using the Tkinter module"; homepage = "https://pmw.sourceforge.net/"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ mounium ]; }; } From 64347c0d46adc78337e11ae0ff9f4b891bae2887 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Wed, 19 Nov 2025 12:20:51 +0100 Subject: [PATCH 27/29] maintainers: drop tonyshkurenko Inactive since 2022, did not react to https://github.com/NixOS/nixpkgs/pull/459157#issuecomment-3502693135. --- maintainers/maintainer-list.nix | 6 ------ pkgs/by-name/tw/twingate/package.nix | 1 - 2 files changed, 7 deletions(-) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 746a271b147a..2961046d7e48 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -26562,12 +26562,6 @@ githubId = 6740669; name = "Tom Smeets"; }; - tonyshkurenko = { - email = "support@twingate.com"; - github = "antonshkurenko"; - githubId = 8597964; - name = "Anton Shkurenko"; - }; toonn = { email = "nixpkgs@toonn.io"; matrix = "@toonn:matrix.org"; diff --git a/pkgs/by-name/tw/twingate/package.nix b/pkgs/by-name/tw/twingate/package.nix index b3b507d7cc9b..1a3ec5cbd7db 100644 --- a/pkgs/by-name/tw/twingate/package.nix +++ b/pkgs/by-name/tw/twingate/package.nix @@ -57,7 +57,6 @@ stdenv.mkDerivation rec { description = "Twingate Client"; homepage = "https://twingate.com"; license = licenses.unfree; - maintainers = with maintainers; [ tonyshkurenko ]; platforms = [ "x86_64-linux" ]; }; } From ce8e3eb73bf6a9c1d6dff6cefafd8650aea05ea0 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Wed, 19 Nov 2025 12:22:06 +0100 Subject: [PATCH 28/29] maintainers: drop scalavision Inactive since 2024. --- maintainers/maintainer-list.nix | 6 ------ pkgs/by-name/de/deeptools/package.nix | 1 - pkgs/by-name/de/delly/package.nix | 1 - pkgs/by-name/ke/kent/package.nix | 1 - pkgs/by-name/mi/mill/package.nix | 1 - pkgs/by-name/sv/svaba/package.nix | 1 - pkgs/by-name/tr/truvari/package.nix | 1 - .../python-modules/deeptoolsintervals/default.nix | 1 - pkgs/development/python-modules/py2bit/default.nix | 1 - pkgs/development/python-modules/pybigwig/default.nix | 1 - 10 files changed, 15 deletions(-) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 2961046d7e48..d6de42de2bb4 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -23260,12 +23260,6 @@ githubId = 15986681; name = "Simon Bruder"; }; - scalavision = { - email = "scalavision@gmail.com"; - github = "scalavision"; - githubId = 3958212; - name = "Tom Sorlie"; - }; scd31 = { name = "scd31"; github = "scd31"; diff --git a/pkgs/by-name/de/deeptools/package.nix b/pkgs/by-name/de/deeptools/package.nix index 509242f7b521..5aedaaaca27d 100644 --- a/pkgs/by-name/de/deeptools/package.nix +++ b/pkgs/by-name/de/deeptools/package.nix @@ -61,6 +61,5 @@ python3Packages.buildPythonApplication rec { mit bsd3 ]; - maintainers = with lib.maintainers; [ scalavision ]; }; } diff --git a/pkgs/by-name/de/delly/package.nix b/pkgs/by-name/de/delly/package.nix index 5f07377b9171..a41b0249397b 100644 --- a/pkgs/by-name/de/delly/package.nix +++ b/pkgs/by-name/de/delly/package.nix @@ -63,7 +63,6 @@ stdenv.mkDerivation (finalAttrs: { description = "Structural variant caller for mapped DNA sequenced data"; mainProgram = "delly"; license = licenses.bsd3; - maintainers = with maintainers; [ scalavision ]; platforms = platforms.unix; longDescription = '' Delly is an integrated structural variant (SV) prediction method diff --git a/pkgs/by-name/ke/kent/package.nix b/pkgs/by-name/ke/kent/package.nix index ed04394e21a1..2eab7e6b7d52 100644 --- a/pkgs/by-name/ke/kent/package.nix +++ b/pkgs/by-name/ke/kent/package.nix @@ -100,7 +100,6 @@ stdenv.mkDerivation (finalAttrs: { homepage = "http://genome.ucsc.edu"; changelog = "https://github.com/ucscGenomeBrowser/kent/releases/tag/v${finalAttrs.version}_base"; license = lib.licenses.unfree; - maintainers = with lib.maintainers; [ scalavision ]; platforms = lib.platforms.linux; }; }) diff --git a/pkgs/by-name/mi/mill/package.nix b/pkgs/by-name/mi/mill/package.nix index 1dc0dc2e4ef3..f64f6d063255 100644 --- a/pkgs/by-name/mi/mill/package.nix +++ b/pkgs/by-name/mi/mill/package.nix @@ -60,7 +60,6 @@ stdenvNoCC.mkDerivation (finalAttrs: { modules (written in Java or Scala) or through an external subprocesses. ''; maintainers = with lib.maintainers; [ - scalavision zenithal ]; platforms = [ diff --git a/pkgs/by-name/sv/svaba/package.nix b/pkgs/by-name/sv/svaba/package.nix index 075f5cc7f394..97ed8268121b 100644 --- a/pkgs/by-name/sv/svaba/package.nix +++ b/pkgs/by-name/sv/svaba/package.nix @@ -50,7 +50,6 @@ stdenv.mkDerivation rec { mainProgram = "svaba"; license = licenses.gpl3; homepage = "https://github.com/walaj/svaba"; - maintainers = with maintainers; [ scalavision ]; platforms = platforms.linux; longDescription = '' SvABA is a method for detecting structural variants in sequencing data diff --git a/pkgs/by-name/tr/truvari/package.nix b/pkgs/by-name/tr/truvari/package.nix index 826def39c1e5..054aa851baa7 100644 --- a/pkgs/by-name/tr/truvari/package.nix +++ b/pkgs/by-name/tr/truvari/package.nix @@ -87,7 +87,6 @@ python3Packages.buildPythonApplication rec { license = licenses.mit; maintainers = with maintainers; [ natsukium - scalavision ]; longDescription = '' Truvari is a benchmarking tool for comparison sets of SVs. diff --git a/pkgs/development/python-modules/deeptoolsintervals/default.nix b/pkgs/development/python-modules/deeptoolsintervals/default.nix index d3003ee0dc2b..d458f671f6ea 100644 --- a/pkgs/development/python-modules/deeptoolsintervals/default.nix +++ b/pkgs/development/python-modules/deeptoolsintervals/default.nix @@ -28,6 +28,5 @@ buildPythonPackage rec { homepage = "https://deeptools.readthedocs.io/en/develop"; description = "Helper library for deeptools"; license = licenses.mit; - maintainers = with maintainers; [ scalavision ]; }; } diff --git a/pkgs/development/python-modules/py2bit/default.nix b/pkgs/development/python-modules/py2bit/default.nix index c529e47f1fc9..c6c1006cd531 100644 --- a/pkgs/development/python-modules/py2bit/default.nix +++ b/pkgs/development/python-modules/py2bit/default.nix @@ -35,6 +35,5 @@ buildPythonPackage rec { A python extension, written in C, for quick access to 2bit files. The extension uses lib2bit for file access. ''; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ scalavision ]; }; } diff --git a/pkgs/development/python-modules/pybigwig/default.nix b/pkgs/development/python-modules/pybigwig/default.nix index 02db5e236319..86c1a852e4f4 100644 --- a/pkgs/development/python-modules/pybigwig/default.nix +++ b/pkgs/development/python-modules/pybigwig/default.nix @@ -51,6 +51,5 @@ buildPythonPackage rec { homepage = "https://github.com/deeptools/pyBigWig"; changelog = "https://github.com/deeptools/pyBigWig/releases/tag/${src.tag}"; license = licenses.mit; - maintainers = with maintainers; [ scalavision ]; }; } From 467dd395a1ce334c0b67a80621045f6f4726d891 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Wed, 19 Nov 2025 12:26:43 +0100 Subject: [PATCH 29/29] maintainers: drop obsidian-systems-maintenance There is no activity on this account and it can't be requested for review, because its not part of the maintainer team. This renders it useless. --- maintainers/maintainer-list.nix | 6 ------ pkgs/development/cuda-modules/packages/libcutensor.nix | 1 - .../cuda-modules/packages/tests/cuda-library-samples.nix | 1 - 3 files changed, 8 deletions(-) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index d6de42de2bb4..8bf39999d7a3 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -19253,12 +19253,6 @@ githubId = 123140; name = "Oliver Breitwieser"; }; - obsidian-systems-maintenance = { - name = "Obsidian Systems Maintenance"; - email = "maintainer@obsidian.systems"; - github = "obsidian-systems-maintenance"; - githubId = 80847921; - }; obsoleszenz = { name = "obsoleszenz"; email = "obsoleszenz@riseup.net"; diff --git a/pkgs/development/cuda-modules/packages/libcutensor.nix b/pkgs/development/cuda-modules/packages/libcutensor.nix index 0b193619021d..2572748a7df2 100644 --- a/pkgs/development/cuda-modules/packages/libcutensor.nix +++ b/pkgs/development/cuda-modules/packages/libcutensor.nix @@ -36,7 +36,6 @@ buildRedist (finalAttrs: { homepage = "https://developer.nvidia.com/cutensor"; changelog = "https://docs.nvidia.com/cuda/cutensor/latest/release_notes.html"; - maintainers = [ lib.maintainers.obsidian-systems-maintenance ]; license = _cuda.lib.licenses.cutensor; }; }) diff --git a/pkgs/development/cuda-modules/packages/tests/cuda-library-samples.nix b/pkgs/development/cuda-modules/packages/tests/cuda-library-samples.nix index 67bab4b3483c..467fc753d882 100644 --- a/pkgs/development/cuda-modules/packages/tests/cuda-library-samples.nix +++ b/pkgs/development/cuda-modules/packages/tests/cuda-library-samples.nix @@ -44,7 +44,6 @@ let ''; license = lib.licenses.bsd3; platforms = [ "x86_64-linux" ]; - maintainers = with lib.maintainers; [ obsidian-systems-maintenance ]; teams = [ lib.teams.cuda ]; }; });