rusty-path-of-building: add maintainer cholli

This commit is contained in:
Christoph Hollizeck
2026-03-14 17:13:08 +01:00
parent 9c3ebfa576
commit da93292a08
@@ -121,7 +121,10 @@ rustPlatform.buildRustPackage (finalAttrs: {
homepage = "https://github.com/meehl/rusty-path-of-building";
changelog = "https://github.com/meehl/rusty-path-of-building/blob/${finalAttrs.src.rev}/CHANGELOG.md";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ k900 ];
maintainers = with lib.maintainers; [
k900
cholli
];
mainProgram = "rusty-path-of-building";
};
})