From 6637829dfb0b462c79b50a688e4c5fa1b071eecc Mon Sep 17 00:00:00 2001 From: Gabriel Santos Date: Sun, 26 Apr 2026 21:40:22 -0300 Subject: [PATCH] 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 ]; };