From 41f02df5b35dba91c5981c849bee42e3c1ed9b47 Mon Sep 17 00:00:00 2001 From: Rahul Rameshbabu Date: Sun, 23 Aug 2026 14:10:01 -0700 Subject: [PATCH] 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 (cherry picked from commit 5a5e19b4b688b13b58a90ec1064a191a9c4327a2) --- 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 3c2dec71168c..05ce9fccc3dc 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 ];