diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index b0462d916b26..a5749f031fe8 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -20340,13 +20340,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 774e8793efaf..ed9d15810d22 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"; }; }