From cce959161fb43d736d137e2218a974a418be9fc0 Mon Sep 17 00:00:00 2001 From: dish Date: Wed, 5 Nov 2025 12:55:55 -0500 Subject: [PATCH] teams/forgejo: init --- maintainers/team-list.nix | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix index d7bd0f8d3e0b..260e5b576851 100644 --- a/maintainers/team-list.nix +++ b/maintainers/team-list.nix @@ -363,6 +363,20 @@ with lib.maintainers; shortName = "Flying Circus employees"; }; + forgejo = { + members = [ + adamcstephens + bendlas + christoph-heiss + emilylange + marie + pyrox0 + tebriel + ]; + scope = "Maintain the Forgejo code forge, packages and modules."; + shortName = "Forgejo"; + }; + formatter = { github = "nix-formatting"; };