Skip to content

Commit

Permalink
Fix CITATION.cff and add automatic validation of your citation metada…
Browse files Browse the repository at this point in the history
…ta (#3320)

* Update CITATION.cff cffversion to 1.2.0

* Fix CITATION.cff date-released

Co-authored-by: Abel Soares Siqueira <[email protected]>
  • Loading branch information
fdiblen and abelsiqueira authored Feb 18, 2022
1 parent d8a6329 commit e4643d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
cff-version: 1.1.0
cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
authors:
- family-names: Lohmann
given-names: Niels
orcid: https://orcid.org/0000-0001-9037-795X
email: [email protected]
website: https://nlohmann.me
title: "JSON for Modern C++"
version: 3.10.5
date-released: 2022
date-released: 2022-01-03
license: MIT
repository-code: "https://github.com/nlohmann"
url: https://json.nlohmann.me

0 comments on commit e4643d1

Please sign in to comment.