Unverified Commit 312f978c authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

teams/clevercloud: handle team with external membership (#478789)

parents ac07f22f ebc26ba5
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -141,12 +141,6 @@ with lib.maintainers;
    enableFeatureFreezePing = true;
  };

  clevercloud = {
    members = [ floriansanderscc ];
    scope = "Maintain Clever Cloud related packages.";
    shortName = "CleverCloud";
  };

  cloudposse = {
    members = [ dudymas ];
    scope = "Maintain atmos and applications made by the Cloud Posse team.";
+1 −1
Original line number Diff line number Diff line
@@ -58,6 +58,6 @@ buildNpmPackage rec {
    description = "Deploy on Clever Cloud and control your applications, add-ons, services from command line";
    license = lib.licenses.asl20;
    mainProgram = "clever";
    teams = [ lib.teams.clevercloud ];
    maintainers = [ lib.maintainers.floriansanderscc ];
  };
}