Skip to content

Commit 0c6ffe2

Browse files
committed
aider-chat: add maintainer
1 parent 9cba8f1 commit 0c6ffe2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pkgs/development/python-modules/aider-chat/default.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,10 @@ let
393393
homepage = "https://github.com/paul-gauthier/aider";
394394
changelog = "https://github.com/paul-gauthier/aider/blob/v${version}/HISTORY.md";
395395
license = lib.licenses.asl20;
396-
maintainers = with lib.maintainers; [ happysalada ];
396+
maintainers = with lib.maintainers; [
397+
happysalada
398+
yzx9
399+
];
397400
mainProgram = "aider";
398401
};
399402
};

0 commit comments

Comments
 (0)