teams/clevercloud: drop

This commit is contained in:
Wolfgang Walther
2026-01-12 20:35:59 +01:00
parent 50563c7a78
commit ebc26ba5c1
2 changed files with 1 additions and 7 deletions
-6
View File
@@ -182,12 +182,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 ];
};
}