1 { lib, fetchFromGitHub, rustPlatform }:
3 rustPlatform.buildRustPackage rec {
4 pname = "commit-formatter";
7 src = fetchFromGitHub {
11 sha256 = "EYzhb9jJ4MzHxIbaTb1MxeXUgoxTwcnq5JdxAv2uNcA=";
14 cargoSha256 = "AeHQCoP1HOftlOt/Yala3AXocMlwwIXIO2i1AsFSvGQ=";
17 description = "A CLI tool to help you write git commit";
18 homepage = "https://github.com/Eliot00/commit-formatter";
19 license = with licenses; [ asl20 /* or */ mit ];
20 maintainers = with maintainers; [ elliot ];
21 mainProgram = "git-cf";