From 3a2d9ff2a671e8e4b80cba8e44fd344a08be39a4 Mon Sep 17 00:00:00 2001 From: anderspapitto Date: Tue, 1 Apr 2025 12:29:58 -0700 Subject: [PATCH 1/2] remove anderspapitto maintainer --- maintainers/maintainer-list.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index eaa4e76f8e8b1..119a8f9271c61 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -1489,12 +1489,6 @@ githubId = 5954806; name = "Anderson Torres"; }; - anderspapitto = { - email = "anderspapitto@gmail.com"; - github = "anderspapitto"; - githubId = 1388690; - name = "Anders Papitto"; - }; andir = { email = "andreas@rammhold.de"; github = "andir"; From 55640e712b9849c856ea8e8f7d2784e5525cb4cc Mon Sep 17 00:00:00 2001 From: anderspapitto Date: Tue, 1 Apr 2025 12:31:27 -0700 Subject: [PATCH 2/2] remove anderspapitto from maintainers --- pkgs/development/tools/misc/distcc/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/tools/misc/distcc/default.nix b/pkgs/development/tools/misc/distcc/default.nix index cc5a704dcef01..1783fa572e6be 100644 --- a/pkgs/development/tools/misc/distcc/default.nix +++ b/pkgs/development/tools/misc/distcc/default.nix @@ -103,7 +103,7 @@ let license = "GPL"; platforms = lib.platforms.linux; - maintainers = with lib.maintainers; [ anderspapitto ]; + maintainers = with lib.maintainers; []; }; }; in