gitlab-runner: add meta.changelog

This commit is contained in:
yaya
2026-05-13 14:27:10 +02:00
parent 0050e4fdae
commit 1309675d1c
@@ -123,6 +123,7 @@ buildGoModule (finalAttrs: {
meta = {
description = "GitLab Runner the continuous integration executor of GitLab";
homepage = "https://docs.gitlab.com/runner";
changelog = "https://gitlab.com/gitlab-org/gitlab-runner/blob/v${finalAttrs.version}/CHANGELOG.md";
license = lib.licenses.mit;
mainProgram = "gitlab-runner";
maintainers = with lib.maintainers; [ zimbatm ];