This commit is contained in:
Tristan D. 2025-02-27 09:55:12 +01:00
parent 2d8b17a099
commit b3bb622f7c
Signed by: tristan
SSH key fingerprint: SHA256:9oFM1J63hYWJjCnLG6C0fxBS15rwNcWwdQNMOHYKJ/4

View file

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