gitlab-pages: add myself as maintainer
and add meta.changelog
This commit is contained in:
parent
ae24119639
commit
a3c00f232b
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user