We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cba8f1 commit 0c6ffe2Copy full SHA for 0c6ffe2
pkgs/development/python-modules/aider-chat/default.nix
@@ -393,7 +393,10 @@ let
393
homepage = "https://github.com/paul-gauthier/aider";
394
changelog = "https://github.com/paul-gauthier/aider/blob/v${version}/HISTORY.md";
395
license = lib.licenses.asl20;
396
- maintainers = with lib.maintainers; [ happysalada ];
+ maintainers = with lib.maintainers; [
397
+ happysalada
398
+ yzx9
399
+ ];
400
mainProgram = "aider";
401
};
402
0 commit comments