From 6637829dfb0b462c79b50a688e4c5fa1b071eecc Mon Sep 17 00:00:00 2001 From: Gabriel Santos Date: Sun, 26 Apr 2026 21:40:22 -0300 Subject: [PATCH 1/2] cocogitto: update meta.homepage --- pkgs/by-name/co/cocogitto/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/co/cocogitto/package.nix b/pkgs/by-name/co/cocogitto/package.nix index 4a6d73803aa7..ae14e6c84043 100644 --- a/pkgs/by-name/co/cocogitto/package.nix +++ b/pkgs/by-name/co/cocogitto/package.nix @@ -38,7 +38,7 @@ rustPlatform.buildRustPackage (finalAttrs: { meta = { description = "Set of cli tools for the conventional commit and semver specifications"; mainProgram = "cog"; - homepage = "https://github.com/oknozor/cocogitto"; + homepage = "https://docs.cocogitto.io/"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ gs-101 ]; }; From c34c32eb75ce7efb5da4d3d62915febddf4668a2 Mon Sep 17 00:00:00 2001 From: Gabriel Santos Date: Sun, 26 Apr 2026 21:45:11 -0300 Subject: [PATCH 2/2] 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/";