From e0c344ce9a73d3e74d6f0be1f9c1231b91cc8598 Mon Sep 17 00:00:00 2001 From: Seth Fischer Date: Fri, 17 Oct 2025 09:09:43 +1300 Subject: [PATCH] Fix license in citation file Incorrect license value caused a parsing error. --- CITATION.cff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CITATION.cff b/CITATION.cff index d95a8f9b1..6008c8389 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,6 +1,6 @@ cff-version: 1.2.0 doi: 10.5281/zenodo.10513848 -license: "Apache 2.0" +license: "Apache-2.0" url: https://github.com/CadQuery/cadquery title: "CadQuery" message: "If you use this software, please cite it using these metadata."