diff --git a/pkgs/aider-chat.nix b/pkgs/aider-chat.nix index 94b756b..d2a922a 100644 --- a/pkgs/aider-chat.nix +++ b/pkgs/aider-chat.nix @@ -114,7 +114,7 @@ python3.pkgs.buildPythonApplication { homepage = "https://github.com/paul-gauthier/aider"; changelog = "https://github.com/paul-gauthier/aider/blob/v${version}/HISTORY.md"; license = lib.licenses.asl20; - maintainers = []; # TODO switch back to upstream ? + maintainers = [ ]; # TODO switch back to upstream ? mainProgram = "aider"; }; }