gitaly: Add gitlab team members to maintainers

This commit is contained in:
Yaya 2023-05-20 20:25:19 +00:00
parent e52907eb47
commit 5c64716a89

View File

@ -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)