Unverified Commit e5480e62 authored by Yaya's avatar Yaya Committed by GitHub
Browse files

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

parent 30a7bc11
Loading
Loading
Loading
Loading
+1 −7
Original line number Diff line number Diff line
@@ -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;
  };
}