gitlab-shell: Add gitlab team members to maintainers

This commit is contained in:
Yaya 2023-05-20 20:26:34 +00:00
parent 314cc14e7e
commit be9536f470

View File

@ -26,7 +26,7 @@ buildGoModule rec {
description = "SSH access and repository management app for GitLab";
homepage = "http://www.gitlab.com/";
platforms = platforms.linux;
maintainers = with maintainers; [ globin talyz yayayayaka ];
maintainers = teams.gitlab.members;
license = licenses.mit;
};
}