summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Wicki <gabriel@erlikon.ch>2026-02-27 17:44:03 +0100
committerGabriel Wicki <gabriel@erlikon.ch>2026-03-20 23:11:59 +0100
commitf85a70718d2e005f888398fb0cafba27b25928bb (patch)
tree32038c195d454ec14b248349cf77cd0b23fdc409
parent151161759a5547ba7ee8abdb77d00d77483abc54 (diff)
teams: Add Community team.
* etc/teams.scm (community): New team. Change-Id: If23770964f91cdb3110f1fa23ed7dad5a122958b Signed-off-by: Gabriel Wicki <gabriel@erlikon.ch>
-rwxr-xr-xetc/teams.scm7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/teams.scm b/etc/teams.scm
index 6f510495b5f..f9c5ea69c02 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -530,6 +530,13 @@ of Rebar and Mix build systems and Hex.pm importer."
530 "gnu/packages/ninja.scm" 530 "gnu/packages/ninja.scm"
531 "gnu/packages/valgrind.scm"))) 531 "gnu/packages/valgrind.scm")))
532 532
533(define-team community
534 (team 'community
535 #:name "Community"
536 #:description
537 "We focus on collaboration, project growth and future (social)
538challenges"))
539
533(define-team core 540(define-team core
534 (team 'core 541 (team 'core
535 #:name "Core / Tools / Internals" 542 #:name "Core / Tools / Internals"