gitlab-pages: add myself as maintainer

and add meta.changelog
This commit is contained in:
ajs124 2021-04-28 17:42:45 +02:00
parent ae24119639
commit a3c00f232b

View File

@ -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 ];
};
}