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 f19caec commit ee5be45Copy full SHA for ee5be45
pkgs/by-name/pr/pre-commit/package.nix
@@ -222,7 +222,10 @@ python3Packages.buildPythonApplication rec {
222
homepage = "https://pre-commit.com/";
223
changelog = "https://github.com/pre-commit/pre-commit/blob/${src.tag}/CHANGELOG.md";
224
license = lib.licenses.mit;
225
- maintainers = with lib.maintainers; [ borisbabic ];
+ maintainers = with lib.maintainers; [
226
+ borisbabic
227
+ savtrip
228
+ ];
229
mainProgram = "pre-commit";
230
};
231
}
0 commit comments