cocogitto: update meta.homepage

This commit is contained in:
Gabriel Santos
2026-04-26 21:40:22 -03:00
parent f5ed8a78b0
commit 6637829dfb
+1 -1
View File
@@ -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 ];
};