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 ]; };