cocogitto: add meta.changelog

This commit is contained in:
Gabriel Santos 2026-04-26 21:45:11 -03:00
commit c34c32eb75
No known key found for this signature in database

View file

@ -36,6 +36,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
'';
meta = {
changelog = "https://github.com/cocogitto/cocogitto/blob/${finalAttrs.src.tag}/CHANGELOG.md";
description = "Set of cli tools for the conventional commit and semver specifications";
mainProgram = "cog";
homepage = "https://docs.cocogitto.io/";