gitlab-container-registry: use teams directly (#401350)
Co-authored-by: Masum Reza <50095635+JohnRTitor@users.noreply.github.com>
This commit is contained in:
@@ -35,13 +35,7 @@ buildGoModule rec {
|
||||
meta = with lib; {
|
||||
description = "GitLab Docker toolset to pack, ship, store, and deliver content";
|
||||
license = licenses.asl20;
|
||||
maintainers =
|
||||
with maintainers;
|
||||
[
|
||||
leona
|
||||
yayayayaka
|
||||
]
|
||||
++ teams.cyberus.members;
|
||||
teams = with teams; [ gitlab cyberus ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user