civodul pushed a commit to branch master
in repository guix.

commit 59b0cc6866dec4b7d618ae6bd501880de3787e9a
Author: Philip McGrath <[email protected]>
AuthorDate: Sat Aug 27 14:55:43 2022 -0400

    etc: teams: Add racket team.
    
    * etc/teams.scm.in (racket): New team.
    
    Signed-off-by: Ludovic Courtès <[email protected]>
---
 etc/teams.scm.in | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/etc/teams.scm.in b/etc/teams.scm.in
index c99d794697..e2eb5048f6 100644
--- a/etc/teams.scm.in
+++ b/etc/teams.scm.in
@@ -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."))
+
 
 (define-member (person "Thiago Jung Bauermann"
                        "[email protected]")

Reply via email to