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/";