distrobuild/pack-and-collect: multiple authors are space-separated

This commit is contained in:
Matthew Flatt 2013-08-01 05:37:28 -06:00
parent 992a14ccb5
commit c71993badd

View File

@ -132,7 +132,7 @@
(if (symbol? r) (if (symbol? r)
(format "~a@racket-lang.org" r) (format "~a@racket-lang.org" r)
r)) r))
", ") " ")
'description (get 'pkg-desc) 'description (get 'pkg-desc)
'tags '() 'tags '()
'dependencies '() 'dependencies '()