From 82c80e9f25c4e6ea63c4bf9751b6fcdb30fdb772 Mon Sep 17 00:00:00 2001 From: Benjamin Thomas Schwertfeger Date: Sat, 18 Apr 2026 09:20:44 +0200 Subject: [PATCH] Rename CITATION file suffix --- CITATION => CITATION.cff | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename CITATION => CITATION.cff (62%) diff --git a/CITATION b/CITATION.cff similarity index 62% rename from CITATION rename to CITATION.cff index 55fc2ff..73b5f49 100644 --- a/CITATION +++ b/CITATION.cff @@ -1,9 +1,9 @@ cff-version: 1.2.0 message: "If you use this software, please cite it as below." authors: -- family-names: "Schwertfeger" - given-names: "Benjamin Thomas" - orcid: "https://orcid.org/0000-0001-7664-8434" + - family-names: "Schwertfeger" + given-names: "Benjamin Thomas" + orcid: "https://orcid.org/0000-0001-7664-8434" title: "python-cmethods" doi: 10.5281/zenodo.7652755 url: "https://github.com/btschwertfeger/python-cmethods"