glab: add changelog to meta

This commit is contained in:
Mario Rodas 2023-09-13 04:20:00 +00:00
parent 7e45ae85d3
commit c2b07ef0f4

View File

@ -41,6 +41,7 @@ buildGoModule rec {
description = "GitLab CLI tool bringing GitLab to your command line";
license = licenses.mit;
homepage = "https://gitlab.com/gitlab-org/cli";
changelog = "https://gitlab.com/gitlab-org/cli/-/releases/v${version}";
maintainers = with maintainers; [ freezeboy ];
};
}