diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index be576e7f8b9a..34306201bac1 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -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"; diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix index 664c872ba48c..6595b4c5aa69 100644 --- a/maintainers/team-list.nix +++ b/maintainers/team-list.nix @@ -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 diff --git a/pkgs/by-name/at/atmos/package.nix b/pkgs/by-name/at/atmos/package.nix index b63eeef11134..78e6c6c27e68 100644 --- a/pkgs/by-name/at/atmos/package.nix +++ b/pkgs/by-name/at/atmos/package.nix @@ -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 ]; }; })