From b3bb622f7c67ea0ded7ab620429f77103e809898 Mon Sep 17 00:00:00 2001 From: Tristan Druyen Date: Thu, 27 Feb 2025 09:55:12 +0100 Subject: [PATCH] Fmt --- pkgs/aider-chat.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; }; }