Skip to content

Commit

Permalink
🐛 Fix CITATION.cff to Make it Compatible with cffconvert
Browse files Browse the repository at this point in the history
- 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.
  • Loading branch information
Alon-Alexander authored Oct 2, 2024
1 parent 3714ef7 commit 52792bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 52792bc

Please sign in to comment.