etc: teams: Add racket team.
authorPhilip McGrath <philip@philipmcgrath.com>
Sat, 27 Aug 2022 18:55:43 +0000 (14:55 -0400)
committerLudovic Courtès <ludo@gnu.org>
Sun, 4 Sep 2022 21:10:11 +0000 (23:10 +0200)
* etc/teams.scm.in (racket): New team.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
etc/teams.scm.in

index c99d794..e2eb504 100644 (file)
@@ -185,6 +185,14 @@ and the maven-build-system."))
         "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."))
+
 \f
 (define-member (person "Thiago Jung Bauermann"
                        "bauermann@kolabnow.com")