maintainers: remove p-rintz

This commit is contained in:
Hythera
2026-03-05 15:21:43 +01:00
parent 4dd60c3da3
commit 9416e6e658
2 changed files with 1 additions and 8 deletions
-7
View File
@@ -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";
+1 -1
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";
};
}