From 7e065683819aaeb3ef748fd5cd219ea096120a44 Mon Sep 17 00:00:00 2001 From: Suzanne Soy Date: Thu, 4 Mar 2021 21:31:36 +0000 Subject: [PATCH] Fixed syntax --- typed-map-doc/info.rkt | 2 +- typed-map-lib/info.rkt | 2 +- typed-map-test/info.rkt | 2 +- typed-map/info.rkt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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|))