Update cocogitto metadata (#513842)

This commit is contained in:
Yohann Boniface 2026-06-09 21:47:08 +00:00 committed by GitHub
commit d65bf3d7ec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -36,9 +36,10 @@ 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://github.com/oknozor/cocogitto";
homepage = "https://docs.cocogitto.io/";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ gs-101 ];
};