From 7f222c8c5096fb1598369eee1f1288ca2e289dee Mon Sep 17 00:00:00 2001 From: Suzanne Soy Date: Thu, 4 Mar 2021 21:30:05 +0000 Subject: [PATCH] Fixed syntax --- phc-adt-doc/info.rkt | 2 +- phc-adt-lib/info.rkt | 2 +- phc-adt-test/info.rkt | 2 +- phc-adt/info.rkt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/phc-adt-doc/info.rkt b/phc-adt-doc/info.rkt index 40d2285..1f196d9 100644 --- a/phc-adt-doc/info.rkt +++ b/phc-adt-doc/info.rkt @@ -22,4 +22,4 @@ "datatype")) (define pkg-desc "Algebraic Datatypes tailored for writing compilers (documentation only)") (define version "1.1") -(define pkg-authors '("Suzanne Soy")) +(define pkg-authors '(|Suzanne Soy|)) diff --git a/phc-adt-lib/info.rkt b/phc-adt-lib/info.rkt index 105831e..c877429 100644 --- a/phc-adt-lib/info.rkt +++ b/phc-adt-lib/info.rkt @@ -22,4 +22,4 @@ "scribble-math")) (define pkg-desc "Algebraic Datatypes tailored for writing compilers (tests are in phc-adt-test)") (define version "1.1") -(define pkg-authors '("Suzanne Soy")) +(define pkg-authors '(|Suzanne Soy|)) diff --git a/phc-adt-test/info.rkt b/phc-adt-test/info.rkt index 8b195dc..46d8c72 100644 --- a/phc-adt-test/info.rkt +++ b/phc-adt-test/info.rkt @@ -11,4 +11,4 @@ (define build-deps '()) (define pkg-desc "Tests for the phc-adt library") (define version "1.1") -(define pkg-authors '("Suzanne Soy")) +(define pkg-authors '(|Suzanne Soy|)) diff --git a/phc-adt/info.rkt b/phc-adt/info.rkt index 2003c87..f0bbb04 100644 --- a/phc-adt/info.rkt +++ b/phc-adt/info.rkt @@ -9,4 +9,4 @@ (define build-deps '()) (define pkg-desc "Algebraic Datatypes tailored for writing compilers") (define version "1.1") -(define pkg-authors '("Suzanne Soy")) +(define pkg-authors '(|Suzanne Soy|))