mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-28 08:33:54 +00:00
gitaly: Add gitlab team members to maintainers
This commit is contained in:
parent
e52907eb47
commit
5c64716a89
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user