From 9a362f2a815d757106455664cf98b20acf06f396 Mon Sep 17 00:00:00 2001 From: Steve Downey Date: Sat, 11 Jan 2025 18:51:38 +0000 Subject: [PATCH] Update CITATION.cff Citation data was not parsing correctly. Used https://bit.ly/cffinit to recreate a new one. --- CITATION.cff | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 35c1d17..2877678 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,4 +1,9 @@ -cff-version: 1.0.0 -message: "If you use this software, please cite it as below." -title: "beman.optional26" -url: "https://github.com/bemanproject/optional26" +cff-version: 1.2.0 +title: beman.optional26 +message: 'If you use this software, please cite it as below.' +type: software +authors: + - name: The Beman Project +repository-code: 'https://github.com/bemanproject/optional26' +abstract: 'C++26 Extensions for std::optional' +license: Apache-2.0