From 9416e6e658cc2b8da95da08aab9ecbc2b16f2e63 Mon Sep 17 00:00:00 2001 From: Hythera <87016780+Hythera@users.noreply.github.com> Date: Thu, 5 Mar 2026 15:21:43 +0100 Subject: [PATCH] maintainers: remove p-rintz --- maintainers/maintainer-list.nix | 7 ------- pkgs/by-name/pu/pupdate/package.nix | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index d6e278b5f87e..d865cfe4c466 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -20324,13 +20324,6 @@ githubId = 645664; name = "Philippe Hürlimann"; }; - p-rintz = { - email = "nix@rintz.net"; - github = "p-rintz"; - githubId = 13933258; - name = "Philipp Rintz"; - matrix = "@philipp:srv.icu"; - }; p0lyw0lf = { email = "p0lyw0lf@protonmail.com"; name = "PolyWolf"; diff --git a/pkgs/by-name/pu/pupdate/package.nix b/pkgs/by-name/pu/pupdate/package.nix index b33a17e6a5cf..b9d4d40e53f8 100644 --- a/pkgs/by-name/pu/pupdate/package.nix +++ b/pkgs/by-name/pu/pupdate/package.nix @@ -57,7 +57,7 @@ buildDotnetModule rec { description = "Update utility for the openFPGA cores, firmware, and other stuff on your Analogue Pocket"; license = lib.licenses.mit; platforms = lib.platforms.linux; - maintainers = with lib.maintainers; [ p-rintz ]; + maintainers = [ ]; mainProgram = "pupdate"; }; }