Merge pull request #309359 from khaneliman/git-cliff

git-cliff: add meta.mainProgram
This commit is contained in:
Pol Dellaiera
2024-05-05 22:00:01 +02:00
committed by GitHub
@@ -32,5 +32,6 @@ rustPlatform.buildRustPackage rec {
changelog = "https://github.com/orhun/git-cliff/blob/v${version}/CHANGELOG.md";
license = licenses.gpl3Only;
maintainers = with maintainers; [ siraben ];
mainProgram = "git-cliff";
};
}