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

This commit is contained in:
Wolfgang Walther
2026-01-12 19:41:30 +00:00
committed by GitHub
2 changed files with 1 additions and 7 deletions
-6
View File
@@ -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
View File
@@ -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 ];
};
}