cve: Fix typos in <cve> accessor.

* guix/cve.scm (<cve>)[references]: Rename accessor to 'cve-references'
and fix adjust exported name accordingly.
This commit is contained in:
Ludovic Courtès 2020-07-09 23:00:58 +02:00
parent a7696b9733
commit a055604e6f
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@
cve-id
cve-data-type
cve-data-format
cvs-references
cve-references
cve-reference?
cve-reference-url
@ -88,7 +88,7 @@
"data_type" string->symbol)
(data-format cve-data-format ;'MITRE
"data_format" string->symbol)
(references cve-item-references ;list of <cve-reference>
(references cve-references ;list of <cve-reference>
"references" reference-data->cve-references))
(define-json-mapping <cve-reference> cve-reference cve-reference?