Skip to content

Commit ee5be45

Browse files
committed
pre-commit: add savtrip as maintainer
1 parent f19caec commit ee5be45

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pkgs/by-name/pr/pre-commit/package.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,10 @@ python3Packages.buildPythonApplication rec {
222222
homepage = "https://pre-commit.com/";
223223
changelog = "https://github.com/pre-commit/pre-commit/blob/${src.tag}/CHANGELOG.md";
224224
license = lib.licenses.mit;
225-
maintainers = with lib.maintainers; [ borisbabic ];
225+
maintainers = with lib.maintainers; [
226+
borisbabic
227+
savtrip
228+
];
226229
mainProgram = "pre-commit";
227230
};
228231
}

0 commit comments

Comments
 (0)