about summary refs log tree commit diff
path: root/pkgs/applications/version-management/gitlab
diff options
context:
space:
mode:
authorYaya <mak@nyantec.com>2023-05-20 20:25:55 +0000
committerYaya <mak@nyantec.com>2023-05-20 20:25:55 +0000
commit314cc14e7e9b7591f0befed5b23e688950d298b3 (patch)
treeaddf5093781294e668e8fde95ff4434385cd98e6 /pkgs/applications/version-management/gitlab
parent5c64716a89f1ac525aa0852c2e1915c0881a7a3a (diff)
downloadnixlib-314cc14e7e9b7591f0befed5b23e688950d298b3.tar
nixlib-314cc14e7e9b7591f0befed5b23e688950d298b3.tar.gz
nixlib-314cc14e7e9b7591f0befed5b23e688950d298b3.tar.bz2
nixlib-314cc14e7e9b7591f0befed5b23e688950d298b3.tar.lz
nixlib-314cc14e7e9b7591f0befed5b23e688950d298b3.tar.xz
nixlib-314cc14e7e9b7591f0befed5b23e688950d298b3.tar.zst
nixlib-314cc14e7e9b7591f0befed5b23e688950d298b3.zip
gitlab-pages: Add gitlab team members to maintainers
Diffstat (limited to 'pkgs/applications/version-management/gitlab')
-rw-r--r--pkgs/applications/version-management/gitlab/gitlab-pages/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/version-management/gitlab/gitlab-pages/default.nix b/pkgs/applications/version-management/gitlab/gitlab-pages/default.nix
index fe2b8deaa070..cf968f2a9f94 100644
--- a/pkgs/applications/version-management/gitlab/gitlab-pages/default.nix
+++ b/pkgs/applications/version-management/gitlab/gitlab-pages/default.nix
@@ -19,6 +19,6 @@ buildGoModule rec {
     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; [ ajs124 das_j ];
+    maintainers = with maintainers; [ ajs124 das_j ] ++ teams.gitlab.members;
   };
 }