gitlab-container-registry: nixfmt (#401403)

authored by Markus Kowalewski and committed by GitHub 1f4a897b 3a67e6d2

+4 -1
+4 -1
pkgs/by-name/gi/gitlab-container-registry/package.nix
··· 35 35 meta = with lib; { 36 36 description = "GitLab Docker toolset to pack, ship, store, and deliver content"; 37 37 license = licenses.asl20; 38 - teams = with teams; [ gitlab cyberus ]; 38 + teams = with teams; [ 39 + gitlab 40 + cyberus 41 + ]; 39 42 platforms = platforms.unix; 40 43 }; 41 44 }