Unverified Commit de8a1e3f authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

maintainers/team-list: add leona to gitlab (#390130)

parents 4fb342ee 952560f0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -444,6 +444,7 @@ with lib.maintainers;
    members = [
      globin
      krav
      leona
      talyz
      yayayayaka
    ];
+7 −1
Original line number Diff line number Diff line
@@ -28,7 +28,13 @@ buildGoModule rec {
  meta = with lib; {
    description = "GitLab Docker toolset to pack, ship, store, and deliver content";
    license = licenses.asl20;
    maintainers = with maintainers; [ yayayayaka ] ++ teams.cyberus.members;
    maintainers =
      with maintainers;
      [
        leona
        yayayayaka
      ]
      ++ teams.cyberus.members;
    platforms = platforms.unix;
  };
}