rsonpath: add progrm_jarvis to maintainers

This commit is contained in:
Petr Portnov
2026-05-07 14:21:49 +03:00
parent e3dc5d9036
commit 54922caa01
+4 -1
View File
@@ -25,7 +25,10 @@ rustPlatform.buildRustPackage (finalAttrs: {
homepage = "https://github.com/v0ldek/rsonpath";
changelog = "https://github.com/v0ldek/rsonpath/blob/${finalAttrs.version}/CHANGELOG.md";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ tbutter ];
maintainers = with lib.maintainers; [
tbutter
progrm_jarvis
];
mainProgram = "rq";
};
})