maintainers/team-list: add cloudposse team for atmos

Signed-off-by: nitrocode <7775707+nitrocode@users.noreply.github.com>
This commit is contained in:
nitrocode 2024-02-12 09:48:08 -06:00
parent d644e8f1da
commit b7b5ba669f
No known key found for this signature in database
GPG Key ID: 54F726D192DEE2C1
3 changed files with 16 additions and 1 deletions

View File

@ -5176,6 +5176,12 @@
fingerprint = "389A 78CB CD88 5E0C 4701 DEB9 FD42 C7D0 D414 94C8";
}];
};
dudymas = {
email = "jeremy.white@cloudposse.com";
github = "dudymas";
githubId = 928448;
name = "Jeremy White";
};
dukc = {
email = "ajieskola@gmail.com";
github = "dukc";

View File

@ -137,6 +137,15 @@ with lib.maintainers; {
enableFeatureFreezePing = true;
};
cloudposse = {
members = [
dudymas
];
scope = "Maintain atmos and applications made by the Cloud Posse team.";
shortName = "CloudPosse";
enableFeatureFreezePing = true;
};
coq = {
members = [
cohencyril

View File

@ -37,6 +37,6 @@ buildGoModule rec {
changelog = "https://github.com/cloudposse/atmos/releases/tag/v${version}";
description = "Universal Tool for DevOps and Cloud Automation (works with terraform, helm, helmfile, etc)";
license = licenses.asl20;
maintainers = with maintainers; [ rb ];
maintainers = with maintainers; [ ] ++ teams.cloudposse.members;
};
}