From ebc26ba5c1f3dfa9863c8e0d5dec530bf5087a14 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Sat, 10 Jan 2026 20:18:18 +0100 Subject: [PATCH] teams/clevercloud: drop --- maintainers/team-list.nix | 6 ------ pkgs/by-name/cl/clever-tools/package.nix | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix index 7b95a1030df9..a71def08d645 100644 --- a/maintainers/team-list.nix +++ b/maintainers/team-list.nix @@ -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."; diff --git a/pkgs/by-name/cl/clever-tools/package.nix b/pkgs/by-name/cl/clever-tools/package.nix index 468bc01f2714..58e0e956b33d 100644 --- a/pkgs/by-name/cl/clever-tools/package.nix +++ b/pkgs/by-name/cl/clever-tools/package.nix @@ -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 ]; }; }