diff --git a/typed-map-doc/info.rkt b/typed-map-doc/info.rkt index 1882819..7e11045 100644 --- a/typed-map-doc/info.rkt +++ b/typed-map-doc/info.rkt @@ -12,4 +12,4 @@ " Supports afl, un-annotated lambdas and polymorphic" " functions.")) (define version "1.0") -(define pkg-authors '("Suzanne Soy")) +(define pkg-authors '(|Suzanne Soy|)) diff --git a/typed-map-lib/info.rkt b/typed-map-lib/info.rkt index 2000b4b..e1495cc 100644 --- a/typed-map-lib/info.rkt +++ b/typed-map-lib/info.rkt @@ -8,4 +8,4 @@ " Supports afl, un-annotated lambdas and polymorphic" " functions.")) (define version "1.0") -(define pkg-authors '("Suzanne Soy")) +(define pkg-authors '(|Suzanne Soy|)) diff --git a/typed-map-test/info.rkt b/typed-map-test/info.rkt index e2e7eac..d30ef86 100644 --- a/typed-map-test/info.rkt +++ b/typed-map-test/info.rkt @@ -8,4 +8,4 @@ (define build-deps '("aful")) (define pkg-desc "Tests for typed-map-lib") (define version "1.0") -(define pkg-authors '("Suzanne Soy")) +(define pkg-authors '(|Suzanne Soy|)) diff --git a/typed-map/info.rkt b/typed-map/info.rkt index 4cfffd8..87934ad 100644 --- a/typed-map/info.rkt +++ b/typed-map/info.rkt @@ -12,4 +12,4 @@ " Supports afl, un-annotated lambdas and polymorphic" " functions.")) (define version "1.0") -(define pkg-authors '("Suzanne Soy")) +(define pkg-authors '(|Suzanne Soy|))