aboutsummaryrefslogtreecommitdiff
path: root/dump.scm
diff options
context:
space:
mode:
authorArun Isaac2021-12-23 16:05:35 +0530
committerArun Isaac2021-12-23 16:05:35 +0530
commit80972dafee355609183476693ccc1b645007520c (patch)
tree97f767ba3ebc86dcaeb9cc50fcb95bcdc1936350 /dump.scm
parent846ab4613bb134587dac9d997cb2d35417e0a106 (diff)
downloadgn-transform-databases-80972dafee355609183476693ccc1b645007520c.tar.gz
Rename gn:authors predicate to gn:author.
gn:authors is a typo. * dump.scm (dump-publication): Rename gn:authors predicate to gn:author.
Diffstat (limited to 'dump.scm')
-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) #\,)))