aboutsummaryrefslogtreecommitdiff
path: root/gn
diff options
context:
space:
mode:
authorPjotr Prins2023-08-22 12:31:47 +0200
committerPjotr Prins2023-08-22 12:31:47 +0200
commitd2e12c6e3cd695dee4aed39e481fd8c18424b278 (patch)
tree8056833bd45c8f3cbd9b9f1c777fee7655edb599 /gn
parentb1c309e3ca19f7557a3917f26f933d864c926c33 (diff)
downloadgn-guile-d2e12c6e3cd695dee4aed39e481fd8c18424b278.tar.gz
group links
Diffstat (limited to 'gn')
-rw-r--r--gn/data/group.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gn/data/group.scm b/gn/data/group.scm
index 003ac11..1505b21 100644
--- a/gn/data/group.scm
+++ b/gn/data/group.scm
@@ -18,6 +18,6 @@
[uri (mk-gnid gnid)])
(filter-map
(lambda (r) (if (string=? (second r) uri)
- (list ("ref" . (car r)))
+ `(("ref" . ,(mk-id (car r))))
#f)) recs)
))