Unverified Commit 1f4a897b authored by Markus Kowalewski's avatar Markus Kowalewski Committed by GitHub
Browse files

gitlab-container-registry: nixfmt (#401403)

parents 3a67e6d2 da540a72
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -35,7 +35,10 @@ buildGoModule rec {
  meta = with lib; {
    description = "GitLab Docker toolset to pack, ship, store, and deliver content";
    license = licenses.asl20;
    teams = with teams; [ gitlab cyberus ];
    teams = with teams; [
      gitlab
      cyberus
    ];
    platforms = platforms.unix;
  };
}