From f85a70718d2e005f888398fb0cafba27b25928bb Mon Sep 17 00:00:00 2001 From: Gabriel Wicki Date: Fri, 27 Feb 2026 17:44:03 +0100 Subject: [PATCH] teams: Add Community team. * etc/teams.scm (community): New team. Change-Id: If23770964f91cdb3110f1fa23ed7dad5a122958b Signed-off-by: Gabriel Wicki --- etc/teams.scm | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/etc/teams.scm b/etc/teams.scm index 6f510495b5..f9c5ea69c0 100755 --- a/etc/teams.scm +++ b/etc/teams.scm @@ -530,6 +530,13 @@ of Rebar and Mix build systems and Hex.pm importer." "gnu/packages/ninja.scm" "gnu/packages/valgrind.scm"))) +(define-team community + (team 'community + #:name "Community" + #:description + "We focus on collaboration, project growth and future (social) +challenges")) + (define-team core (team 'core #:name "Core / Tools / Internals"