Skip to content

Commit

Permalink
Change CITATION.cff to fix Zenodo
Browse files Browse the repository at this point in the history
Currently, Zenodo is unhappy with array values for `license`. This
violates the CFF spec. The related GitHub issue is added as a comment in
this commit.
  • Loading branch information
mfisher87 committed Dec 7, 2023
1 parent ed89863 commit 28090d1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ contact:
- name: "NSIDC"
email: "[email protected]"
type: "software"
license: ["MIT"]
# NOTE: The CFF spec says `license` can be a list, but Zenodo is currently not
# accepting lists for this key:
# https://github.com/zenodo/zenodo/issues/2515
license: "MIT"
keywords:
- "data"
- "Remote sensing"
Expand Down

0 comments on commit 28090d1

Please sign in to comment.