From 5c64716a89f1ac525aa0852c2e1915c0881a7a3a Mon Sep 17 00:00:00 2001 From: Yaya Date: Sat, 20 May 2023 20:25:19 +0000 Subject: [PATCH] gitaly: Add gitlab team members to maintainers --- pkgs/applications/version-management/gitlab/gitaly/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/version-management/gitlab/gitaly/default.nix b/pkgs/applications/version-management/gitlab/gitaly/default.nix index f668d1050644..f727f7bc4d8e 100644 --- a/pkgs/applications/version-management/gitlab/gitaly/default.nix +++ b/pkgs/applications/version-management/gitlab/gitaly/default.nix @@ -68,7 +68,7 @@ buildGoModule ({ homepage = "https://gitlab.com/gitlab-org/gitaly"; description = "A Git RPC service for handling all the git calls made by GitLab"; platforms = platforms.linux ++ [ "x86_64-darwin" ]; - maintainers = with maintainers; [ roblabla globin talyz yayayayaka ]; + maintainers = teams.gitlab.members; license = licenses.mit; }; } // commonOpts)