Skip to content

Commit e5480e6

Browse files
gitlab-container-registry: use teams directly (#401350)
Co-authored-by: Masum Reza <[email protected]>
1 parent 30a7bc1 commit e5480e6

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

pkgs/by-name/gi/gitlab-container-registry/package.nix

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,7 @@ buildGoModule rec {
3535
meta = with lib; {
3636
description = "GitLab Docker toolset to pack, ship, store, and deliver content";
3737
license = licenses.asl20;
38-
maintainers =
39-
with maintainers;
40-
[
41-
leona
42-
yayayayaka
43-
]
44-
++ teams.cyberus.members;
38+
teams = with teams; [ gitlab cyberus ];
4539
platforms = platforms.unix;
4640
};
4741
}

0 commit comments

Comments
 (0)