maintainers: remove p-rintz (#496903)

This commit is contained in:
Yohann Boniface 2026-03-06 19:11:33 +00:00 committed by GitHub
commit 43cf902292
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 8 deletions

View file

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

View file

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