Merge pull request #309359 from khaneliman/git-cliff

git-cliff: add meta.mainProgram

authored by Pol Dellaiera and committed by GitHub bf4fe37b 8bc61d88

+1
+1
pkgs/applications/version-management/git-cliff/default.nix
··· 32 32 changelog = "https://github.com/orhun/git-cliff/blob/v${version}/CHANGELOG.md"; 33 33 license = licenses.gpl3Only; 34 34 maintainers = with maintainers; [ siraben ]; 35 + mainProgram = "git-cliff"; 35 36 }; 36 37 }