statix: add progrm_jarvis to maintainers

This commit is contained in:
Petr Portnov
2025-12-08 21:15:04 +03:00
parent 7fa37e4319
commit 1b0fe557b8
+1
View File
@@ -34,6 +34,7 @@ rustPlatform.buildRustPackage rec {
mainProgram = "statix";
maintainers = with maintainers; [
nerdypepper
progrm_jarvis
];
};
}