Merge pull request #288320 from nitrocode/cloudposse-team-atmos
maintainers/team-list: add cloudposse team for atmos
This commit is contained in:
commit
c75b25068e
3 changed files with 16 additions and 1 deletions
|
@ -5389,6 +5389,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";
|
||||
|
|
|
@ -146,6 +146,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
|
||||
|
|
|
@ -38,6 +38,6 @@ buildGoModule rec {
|
|||
description = "Universal Tool for DevOps and Cloud Automation (works with terraform, helm, helmfile, etc)";
|
||||
mainProgram = "atmos";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ rb ];
|
||||
maintainers = with maintainers; [ ] ++ teams.cloudposse.members;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue