gpauth: drop binary-eater as a maintainer (#555861)

This commit is contained in:
Ihar Hrachyshka
2026-08-23 21:46:09 +00:00
committed by GitHub
2 changed files with 0 additions and 8 deletions

View File

@@ -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";

View File

@@ -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
];