1 { lib, bundlerApp, bundlerUpdateScript }:
6 exes = [ "overcommit" ];
9 updateScript = bundlerUpdateScript "overcommit";
13 description = "Tool to manage and configure Git hooks";
14 homepage = "https://github.com/sds/overcommit";
15 license = licenses.mit;
16 maintainers = with maintainers; [ Br1ght0ne anthonyroussel ];
17 platforms = platforms.unix;