Skip to content

Commit 1f4a897

Browse files
authored
gitlab-container-registry: nixfmt (#401403)
2 parents 3a67e6d + da540a7 commit 1f4a897

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,10 @@ buildGoModule rec {
3535
meta = with lib; {
3636
description = "GitLab Docker toolset to pack, ship, store, and deliver content";
3737
license = licenses.asl20;
38-
teams = with teams; [ gitlab cyberus ];
38+
teams = with teams; [
39+
gitlab
40+
cyberus
41+
];
3942
platforms = platforms.unix;
4043
};
4144
}

0 commit comments

Comments
 (0)