From 15c6fc06c68fb32e9d3f41fb44d52f874f2ce08d Mon Sep 17 00:00:00 2001 From: Daniel Baker Date: Mon, 22 Sep 2025 21:25:26 -0700 Subject: [PATCH] maintainers/team-list: update marketing team to current standing --- maintainers/team-list.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix index 1446a3a372ea..4046a3f3e3cd 100644 --- a/maintainers/team-list.nix +++ b/maintainers/team-list.nix @@ -843,8 +843,12 @@ with lib.maintainers; marketing = { members = [ + djacu + flyfloh + thilobillerbeck tomberek ]; + githubTeams = [ "marketing-team" ]; scope = "Marketing of Nix/NixOS/nixpkgs."; shortName = "Marketing"; enableFeatureFreezePing = true;