From a3c00f232b48182fc81e3f4cd91fedb970660498 Mon Sep 17 00:00:00 2001 From: ajs124 Date: Wed, 28 Apr 2021 17:42:45 +0200 Subject: [PATCH] gitlab-pages: add myself as maintainer and add meta.changelog --- pkgs/servers/http/gitlab-pages/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/servers/http/gitlab-pages/default.nix b/pkgs/servers/http/gitlab-pages/default.nix index bd8d21fc1ef..33c556fb54a 100644 --- a/pkgs/servers/http/gitlab-pages/default.nix +++ b/pkgs/servers/http/gitlab-pages/default.nix @@ -17,7 +17,8 @@ buildGoModule rec { meta = with lib; { description = "Daemon used to serve static websites for GitLab users"; homepage = "https://gitlab.com/gitlab-org/gitlab-pages"; + changelog = "https://gitlab.com/gitlab-org/gitlab-pages/-/blob/v${version}/CHANGELOG.md"; license = licenses.mit; - maintainers = with maintainers; [ das_j ]; + maintainers = with maintainers; [ ajs124 das_j ]; }; }