about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/atmos
diff options
context:
space:
mode:
authorRobert Hensing <roberth@users.noreply.github.com>2024-04-11 12:46:44 +0200
committerGitHub <noreply@github.com>2024-04-11 12:46:44 +0200
commitc75b25068ecc90362522b4d431b452d43c173c5d (patch)
treeb7c58d254076d74d92e141f3a419d53d4d8a3ed3 /pkgs/applications/networking/cluster/atmos
parent997cc15602d75b2ce2be08694b8b37f9b0cfc1bc (diff)
parentb7b5ba669fea7c43c3f6fbc63e5565dccc2aadc0 (diff)
Merge pull request #288320 from nitrocode/cloudposse-team-atmos
maintainers/team-list: add cloudposse team for atmos
Diffstat (limited to 'pkgs/applications/networking/cluster/atmos')
-rw-r--r--pkgs/applications/networking/cluster/atmos/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/cluster/atmos/default.nix b/pkgs/applications/networking/cluster/atmos/default.nix
index 13fd4d6020136..b08f1b524e40f 100644
--- a/pkgs/applications/networking/cluster/atmos/default.nix
+++ b/pkgs/applications/networking/cluster/atmos/default.nix
@@ -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;
   };
 }