From 53568de19ce8a0cf7a3c19545574f3e4ca812e4a Mon Sep 17 00:00:00 2001 From: Suzanne Soy Date: Thu, 4 Mar 2021 21:28:43 +0000 Subject: [PATCH] Fixed syntax --- info.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/info.rkt b/info.rkt index 1d42e97..7b8907a 100644 --- a/info.rkt +++ b/info.rkt @@ -8,4 +8,4 @@ (define scribblings '(("scribblings/chain-module-begin.scrbl" ()))) (define pkg-desc "Use this to build meta-languages, where a #%module-begin expands to the #%module-begin of another user-specified language.") (define version "0.1") -(define pkg-authors '("Suzanne Soy")) +(define pkg-authors '(|Suzanne Soy|))