www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 917cdc4bd283a037bcafe8dc160de3f5836ed236
parent 9e93ef93b069e16e2c4eedd167f7ae17ac31a48b
Author: Suzanne Soy <ligo@suzanne.soy>
Date:   Thu,  4 Mar 2021 21:29:37 +0000

Fixed syntax

Diffstat:
Minfo.rkt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/info.rkt b/info.rkt @@ -17,4 +17,4 @@ (define pkg-desc "Splits dotted identifiers like a.b.c, also supports λ<arg>.(code) syntax") (define version "0.2") -(define pkg-authors '("Suzanne Soy")) +(define pkg-authors '(|Suzanne Soy|))