about summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xdump.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/dump.scm b/dump.scm
index 2f88ead..3e4456e 100755
--- a/dump.scm
+++ b/dump.scm
@@ -321,7 +321,7 @@ ALIST field-name) forms."
     (set gn:pages (field Publication Pages))
     (set gn:month (field Publication Month))
     (set gn:year (field Publication Year))
-    (multiset gn:authors
+    (multiset gn:author
               ;; The authors field is a comma
               ;; separated list. Split it.
               (map string-trim (string-split (field Publication Authors) #\,)))