1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

teams: Add Community team.

* etc/teams.scm (community): New team.

Change-Id: If23770964f91cdb3110f1fa23ed7dad5a122958b
Signed-off-by: Gabriel Wicki <gabriel@erlikon.ch>
This commit is contained in:
Gabriel Wicki
2026-02-27 17:44:03 +01:00
parent 151161759a
commit f85a70718d

View File

@@ -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"