teams/cloudposse: drop inactive team (#478790)

This commit is contained in:
Wolfgang Walther
2026-01-18 14:09:44 +00:00
committed by GitHub
3 changed files with 0 additions and 14 deletions
-6
View File
@@ -7182,12 +7182,6 @@
name = "Louis Orleans";
keys = [ { fingerprint = "llSOkL8Tn5+LOmWa4PDci+dQXZIRy11NSumDiFzNkAM"; } ];
};
dudymas = {
email = "jeremy.white@cloudposse.com";
github = "dudymas";
githubId = 928448;
name = "Jeremy White";
};
dukc = {
email = "ajieskola@gmail.com";
github = "dukc";
-7
View File
@@ -141,13 +141,6 @@ 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
-1
View File
@@ -54,6 +54,5 @@ buildGoModule (finalAttrs: {
description = "Universal Tool for DevOps and Cloud Automation (works with terraform, helm, helmfile, etc)";
mainProgram = "atmos";
license = lib.licenses.asl20;
teams = [ lib.teams.cloudposse ];
};
})