From 0ad360864622bdf9854e3ab4b243b89c0cc57e3a Mon Sep 17 00:00:00 2001 From: Lassi Kortela Date: Sun, 28 Jun 2020 20:28:36 +0300 Subject: [PATCH] Add JazzScheme --- scheme-id.scm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scheme-id.scm b/scheme-id.scm index d3c1af0..ad3da93 100644 --- a/scheme-id.scm +++ b/scheme-id.scm @@ -44,6 +44,10 @@ (title "IronScheme") (contact "Llewellyn Pritchard") +(id jazz) +(title "JazzScheme") +(contact "Guillaume Cartier") + (id kawa) (title "Kawa") (contact "Per Bothner")