11 src = fetchFromGitHub {
12 owner = "stefanlogue";
15 hash = "sha256-APsP9kzO5QMCgqIaMF01/NB3bT17gNNFZ1mxFThfvgQ=";
18 vendorHash = "sha256-jKd/eJwp5SZvTrP3RN7xT7ibAB0PQondGR3RT+HQXIo=";
21 description = "CLI tool for writing conventional commits";
22 mainProgram = "meteor";
23 homepage = "https://github.com/stefanlogue/meteor";
24 license = lib.licenses.mit;
25 maintainers = with lib.maintainers; [ nebunebu ];