Skip to content

Commit

Permalink
Merge branch 'main' into extra
Browse files Browse the repository at this point in the history
  • Loading branch information
aranega committed Aug 22, 2023
2 parents 97cbbc9 + 1752818 commit 0ed5a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion napari_hub_cli/citation.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def scrap_users(local_repo):
else:
authors.append(
{
"given-names": f"{name} # We cannot split your name automatically bewteen 'given-names' and 'family-names', we apologize for that. Please do it manually",
"given-names": f"{name} # We cannot split your name automatically between 'given-names' and 'family-names', we apologize for that. Please do it manually",
}
)
return {"authors": authors}
Expand Down

0 comments on commit 0ed5a45

Please sign in to comment.