From d319f7c3d00785453a7f6cfa037a24cdc4df78c7 Mon Sep 17 00:00:00 2001 From: Florian Sanders Date: Fri, 14 Jun 2024 14:45:07 +0200 Subject: [PATCH] maintainers/team-list: add clevercloud --- maintainers/team-list.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix index 26ed7fd6ef51..5a1e030353dc 100644 --- a/maintainers/team-list.nix +++ b/maintainers/team-list.nix @@ -141,6 +141,13 @@ with lib.maintainers; enableFeatureFreezePing = true; }; + clevercloud = { + members = [ floriansanderscc ]; + scope = "Maintain Clever Cloud related packages."; + shortName = "CleverCloud"; + githubTeams = [ "CleverCloud" ]; + }; + cloudposse = { members = [ dudymas ]; scope = "Maintain atmos and applications made by the Cloud Posse team.";