diff mbox series

[bug#57050,v2,12/13] etc: teams: Add racket team.

Message ID f1aa4ae0e0cabb1bcb2ffe9497b25e1cef32cdf6.1660215295.git.philip@philipmcgrath.com
State Accepted
Headers show
Series gnu: Update Racket to 8.6. Add Zuo. | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git-branch success View Git branch
cbaines/applying patch success View Laminar job
cbaines/issue success View issue

Commit Message

Philip McGrath Aug. 11, 2022, 11:08 a.m. UTC
* etc/teams.scm.in (racket): New team.
---
 etc/teams.scm.in | 8 ++++++++
 1 file changed, 8 insertions(+)

Comments

Liliana Marie Prikler Aug. 11, 2022, 12:11 p.m. UTC | #1
Am Donnerstag, dem 11.08.2022 um 07:08 -0400 schrieb Philip McGrath:
> * etc/teams.scm.in (racket): New team.
This one plus the next can probably go to master regardless of the rest
of this series.

Cheers
diff mbox series

Patch

diff --git a/etc/teams.scm.in b/etc/teams.scm.in
index adee5d4356..af70f7525e 100644
--- a/etc/teams.scm.in
+++ b/etc/teams.scm.in
@@ -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")