From bf355514794d36e712fdb2e77c7329f5c430488c Mon Sep 17 00:00:00 2001 From: Hythera <87016780+Hythera@users.noreply.github.com> Date: Thu, 7 May 2026 14:52:28 +0200 Subject: [PATCH] maintainers: remove sitaaax --- maintainers/maintainer-list.nix | 6 ------ pkgs/by-name/pr/protoc-gen-prost-crate/package.nix | 5 +---- pkgs/by-name/pr/protoc-gen-prost-serde/package.nix | 5 +---- pkgs/by-name/pr/protoc-gen-prost/package.nix | 5 +---- pkgs/by-name/pr/protoc-gen-tonic/package.nix | 5 +---- 5 files changed, 4 insertions(+), 22 deletions(-) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index aed0a04463da..05a2df93ac01 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -25486,12 +25486,6 @@ githubId = 74881555; name = "Fofanov Sergey"; }; - sitaaax = { - email = "johannes@kle1n.com"; - github = "SitAAAx"; - githubId = 74413170; - name = "Johannes Klein"; - }; sith-lord-vader = { email = "nixpkgs@xpertsre.rocks"; github = "sith-lord-vader"; diff --git a/pkgs/by-name/pr/protoc-gen-prost-crate/package.nix b/pkgs/by-name/pr/protoc-gen-prost-crate/package.nix index 269b1129b2a5..3f4d05deff3f 100644 --- a/pkgs/by-name/pr/protoc-gen-prost-crate/package.nix +++ b/pkgs/by-name/pr/protoc-gen-prost-crate/package.nix @@ -24,9 +24,6 @@ rustPlatform.buildRustPackage (finalAttrs: { homepage = "https://github.com/neoeinstein/protoc-gen-prost"; changelog = "https://github.com/neoeinstein/protoc-gen-prost/blob/main/CHANGELOG.md"; license = lib.licenses.asl20; - maintainers = with lib.maintainers; [ - felschr - sitaaax - ]; + maintainers = with lib.maintainers; [ felschr ]; }; }) diff --git a/pkgs/by-name/pr/protoc-gen-prost-serde/package.nix b/pkgs/by-name/pr/protoc-gen-prost-serde/package.nix index 8de7cd5140e3..c09156c454d3 100644 --- a/pkgs/by-name/pr/protoc-gen-prost-serde/package.nix +++ b/pkgs/by-name/pr/protoc-gen-prost-serde/package.nix @@ -24,9 +24,6 @@ rustPlatform.buildRustPackage (finalAttrs: { homepage = "https://github.com/neoeinstein/protoc-gen-prost"; changelog = "https://github.com/neoeinstein/protoc-gen-prost/blob/main/CHANGELOG.md"; license = lib.licenses.asl20; - maintainers = with lib.maintainers; [ - felschr - sitaaax - ]; + maintainers = with lib.maintainers; [ felschr ]; }; }) diff --git a/pkgs/by-name/pr/protoc-gen-prost/package.nix b/pkgs/by-name/pr/protoc-gen-prost/package.nix index 0a335695ac34..028f09e1e5cf 100644 --- a/pkgs/by-name/pr/protoc-gen-prost/package.nix +++ b/pkgs/by-name/pr/protoc-gen-prost/package.nix @@ -24,9 +24,6 @@ rustPlatform.buildRustPackage (finalAttrs: { homepage = "https://github.com/neoeinstein/protoc-gen-prost"; changelog = "https://github.com/neoeinstein/protoc-gen-prost/blob/main/CHANGELOG.md"; license = lib.licenses.asl20; - maintainers = with lib.maintainers; [ - felschr - sitaaax - ]; + maintainers = with lib.maintainers; [ felschr ]; }; }) diff --git a/pkgs/by-name/pr/protoc-gen-tonic/package.nix b/pkgs/by-name/pr/protoc-gen-tonic/package.nix index 693c430e014c..987a89763675 100644 --- a/pkgs/by-name/pr/protoc-gen-tonic/package.nix +++ b/pkgs/by-name/pr/protoc-gen-tonic/package.nix @@ -24,9 +24,6 @@ rustPlatform.buildRustPackage (finalAttrs: { homepage = "https://github.com/neoeinstein/protoc-gen-prost"; changelog = "https://github.com/neoeinstein/protoc-gen-prost/blob/main/CHANGELOG.md"; license = lib.licenses.asl20; - maintainers = with lib.maintainers; [ - felschr - sitaaax - ]; + maintainers = with lib.maintainers; [ felschr ]; }; })