gitlab-container-registry: use teams directly (#401350)

Co-authored-by: Masum Reza <50095635+JohnRTitor@users.noreply.github.com>
This commit is contained in:
Yaya
2025-04-24 16:11:32 +05:30
committed by GitHub
co-authored by Masum Reza
parent 30a7bc1176
commit e5480e62cc
@@ -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;
};
}