etc: teams: Add racket team.

* etc/teams.scm.in (racket): New team.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Philip McGrath 2022-08-27 14:55:43 -04:00 committed by Ludovic Courtès
parent 4176d47ef7
commit 59b0cc6866
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -185,6 +185,14 @@ (define-team mozilla
"Taking care about Icecat and Icedove, built from Mozilla Firefox
and Thunderbird."))
(define-team racket
(team 'racket
#:name "Racket team"
#:description
"The Racket language and Racket-based languages, Racket packages,
Racket's variant of Chez Scheme, and development of a Racket build system and
importer."))
(define-member (person "Thiago Jung Bauermann"
"bauermann@kolabnow.com")