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|))