From c34c32eb75ce7efb5da4d3d62915febddf4668a2 Mon Sep 17 00:00:00 2001 From: Gabriel Santos Date: Sun, 26 Apr 2026 21:45:11 -0300 Subject: [PATCH] cocogitto: add meta.changelog --- pkgs/by-name/co/cocogitto/package.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/by-name/co/cocogitto/package.nix b/pkgs/by-name/co/cocogitto/package.nix index ae14e6c84043..d27f7bfada91 100644 --- a/pkgs/by-name/co/cocogitto/package.nix +++ b/pkgs/by-name/co/cocogitto/package.nix @@ -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/";