pi-coding-agent: add bryanhonof as a maintainer
I use this myself, so I'd like to keep it up-to-date as well. :)
This commit is contained in:
@@ -85,7 +85,10 @@ buildNpmPackage (finalAttrs: {
|
||||
downloadPage = "https://www.npmjs.com/package/@mariozechner/pi-coding-agent";
|
||||
changelog = "https://github.com/badlogic/pi-mono/blob/main/packages/coding-agent/CHANGELOG.md";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ munksgaard ];
|
||||
maintainers = with lib.maintainers; [
|
||||
munksgaard
|
||||
bryanhonof
|
||||
];
|
||||
mainProgram = "pi";
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user