From 5a5e19b4b688b13b58a90ec1064a191a9c4327a2 Mon Sep 17 00:00:00 2001 From: Rahul Rameshbabu Date: Sun, 23 Aug 2026 14:10:01 -0700 Subject: [PATCH 1/2] gpauth: remove binary-eater as a maintainer I am no longer using nixpkgs nor actively participating in reviews. This is a good opportunity for me to step aside from the gpauth and gpclient packages since we have good maintainers for the packages. Signed-off-by: Rahul Rameshbabu --- pkgs/by-name/gp/gpauth/package.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/by-name/gp/gpauth/package.nix b/pkgs/by-name/gp/gpauth/package.nix index c0cebd1e6f4e..108138b85044 100644 --- a/pkgs/by-name/gp/gpauth/package.nix +++ b/pkgs/by-name/gp/gpauth/package.nix @@ -58,7 +58,6 @@ rustPlatform.buildRustPackage (finalAttrs: { homepage = "https://github.com/${finalAttrs.src.owner}/${finalAttrs.src.repo}"; license = lib.licenses.gpl3Only; maintainers = with lib.maintainers; [ - binary-eater booxter m1dugh ]; From d9c369bd16d7b416a2d76bb08876d2c14e5c17ff Mon Sep 17 00:00:00 2001 From: Rahul Rameshbabu Date: Sun, 23 Aug 2026 14:15:25 -0700 Subject: [PATCH 2/2] maintainers: remove binary-eater I am no longer using nixpkgs nor actively participating in reviews. This is a good opportunity for me to step aside from the gpauth and gpclient packages since we have good maintainers for the packages. Signed-off-by: Rahul Rameshbabu --- maintainers/maintainer-list.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 66d7f6247175..28211810b4aa 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -3694,13 +3694,6 @@ githubId = 185443; name = "Alexey Lebedeff"; }; - binary-eater = { - email = "sergeantsagara@protonmail.com"; - github = "Binary-Eater"; - githubId = 10691440; - name = "Rahul Rameshbabu"; - keys = [ { fingerprint = "678A 8DF1 D9F2 B51B 7110 BE53 FF24 7B3E 5411 387B"; } ]; - }; binarycat = { email = "binarycat@envs.net"; github = "lolbinarycat";