maintainers/team-list: add cloudposse team for atmos
Signed-off-by: nitrocode <7775707+nitrocode@users.noreply.github.com>
This commit is contained in:
parent
d644e8f1da
commit
b7b5ba669f
3 changed files with 16 additions and 1 deletions
|
@ -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";
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue