teams/clevercloud: handle team with external membership (#478789)
This commit is contained in:
@@ -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.";
|
||||
|
||||
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user