Skip to content

Commit

Permalink
Merge pull request datalad#6698 from adswa/doc-doi
Browse files Browse the repository at this point in the history
Replace Zenodo DOI with JOSS for due credit
  • Loading branch information
yarikoptic committed May 23, 2022
2 parents 84f979a + f88ccd2 commit c21a31c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datalad/support/gitrepo.py
Original file line number Diff line number Diff line change
Expand Up @@ -792,8 +792,8 @@ def _check_git_version(cls):

# This is the least common denominator to claim that a user
# used DataLad.
# For now citing Zenodo's all (i.e., latest) version
@due.dcite(Doi("10.5281/zenodo.808846"),
# Citing JOSS publication https://joss.theoj.org/papers/10.21105/joss.03262
@due.dcite(Doi("10.21105/joss.03262"),
# override path since there is no need ATM for such details
path="datalad",
description="DataLad - Data management and distribution platform")
Expand Down

0 comments on commit c21a31c

Please sign in to comment.