From 52792bc3bbfa88f46b709974ceb360c815b25291 Mon Sep 17 00:00:00 2001 From: Alon Alexander Date: Wed, 2 Oct 2024 12:51:52 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20`CITATION.cff`=20to=20Make?= =?UTF-8?q?=20it=20Compatible=20with=20`cffconvert`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - To cite this repository using `cffconvert`, the conversion fails as the citation file was invalid. - This PR fixes the citation file to a valid ORCID. --- CITATION.cff | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 1a3f86244..a279ed361 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -24,7 +24,7 @@ authors: orcid: "https://orcid.org/0000-0003-0969-2990" - family-names: "Bashir" given-names: "Raja Muhammad Saad" - orcid: "https://orcid.org/0000-0002-8984-696" + orcid: "https://orcid.org/0000-0002-8984-6963" - family-names: "Bilal" given-names: "Mohsin" orcid: "https://orcid.org/0000-0001-8632-2729" @@ -74,7 +74,7 @@ preferred-citation: orcid: "https://orcid.org/0000-0003-0969-2990" - family-names: "Bashir" given-names: "Raja Muhammad Saad" - orcid: "https://orcid.org/0000-0002-8984-696" + orcid: "https://orcid.org/0000-0002-8984-6963" - family-names: "Bilal" given-names: "Mohsin" orcid: "https://orcid.org/0000-0001-8632-2729"