From 1fa522b9db7323d75fef82d0de806725ba4baf22 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Sat, 10 Jan 2026 20:24:45 +0100 Subject: [PATCH 1/2] maintainers: drop dudymas Inactive for half a year. Dropping according to maintainer guidelines. --- maintainers/maintainer-list.nix | 6 ------ maintainers/team-list.nix | 1 - 2 files changed, 7 deletions(-) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 25280bec5ac5..0a578c2882d7 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -7188,12 +7188,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 fe37f175fff7..3a369e577c42 100644 --- a/maintainers/team-list.nix +++ b/maintainers/team-list.nix @@ -142,7 +142,6 @@ with lib.maintainers; }; cloudposse = { - members = [ dudymas ]; scope = "Maintain atmos and applications made by the Cloud Posse team."; shortName = "CloudPosse"; enableFeatureFreezePing = true; From 4e52c4ed306f414b11579081432fc6dd3ae713d6 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Sat, 10 Jan 2026 20:25:07 +0100 Subject: [PATCH 2/2] teams/cloudposse: drop Empty team without members after removal of inactive maintainer. --- maintainers/team-list.nix | 6 ------ pkgs/by-name/at/atmos/package.nix | 1 - 2 files changed, 7 deletions(-) diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix index 3a369e577c42..e73ebcc14441 100644 --- a/maintainers/team-list.nix +++ b/maintainers/team-list.nix @@ -141,12 +141,6 @@ with lib.maintainers; enableFeatureFreezePing = true; }; - cloudposse = { - 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 ]; }; })