Skip to content

Commit

Permalink
fix: users.yaml id scheme is lowercase url
Browse files Browse the repository at this point in the history
  • Loading branch information
phette23 committed Aug 13, 2024
1 parent 44fa851 commit e3c718b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taxos/users.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def convert_to_vocabs(
"identifiers": [
{
"identifier": url_id,
"scheme": "URL",
"scheme": "url",
}
],
"affiliations": [{"id": "01mmcf932"}], # ROR ID for CCA
Expand Down

0 comments on commit e3c718b

Please sign in to comment.