Skip to content

Commit

Permalink
fix: indentation of codemeta-TEMPLATE.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mhucka committed Jan 9, 2024
1 parent 672b019 commit 3b82e26
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions codemeta-TEMPLATE.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,29 +9,29 @@
"dateCreated": "DATE PROJECT STARTED",
"author": [
{
"@type": "Person",
"givenName": "FIRSTNAME",
"familyName": "LASTNAME",
"affiliation": {
"@type": "Organization",
"name": "California Institute of Technology Library"
},
"email": "EMAIL",
"@id": "https://orcid.org/YOUR-ORCID"
}
"@type": "Person",
"givenName": "FIRSTNAME",
"familyName": "LASTNAME",
"affiliation": {
"@type": "Organization",
"name": "California Institute of Technology Library"
},
"email": "EMAIL",
"@id": "https://orcid.org/YOUR-ORCID"
}
],
"maintainer": [
{
"@type": "Person",
"givenName": "FIRSTNAME",
"familyName": "LASTNAME",
"affiliation": {
"@type": "Organization",
"name": "California Institute of Technology Library"
},
"email": "EMAIL",
"@id": "https://orcid.org/YOUR-ORCID"
}
"@type": "Person",
"givenName": "FIRSTNAME",
"familyName": "LASTNAME",
"affiliation": {
"@type": "Organization",
"name": "California Institute of Technology Library"
},
"email": "EMAIL",
"@id": "https://orcid.org/YOUR-ORCID"
}
],
"funder": {
"@id": "https://ror.org/05dxps055",
Expand All @@ -40,10 +40,10 @@
},
"copyrightHolder": [
{
"@id": "https://ror.org/05dxps055",
"@type": "Organization",
"name": "California Institute of Technology"
}
"@id": "https://ror.org/05dxps055",
"@type": "Organization",
"name": "California Institute of Technology"
}
],
"copyrightYear": 2023,
"license": "https://github.com/caltechlibrary/REPONAME/blob/main/LICENSE",
Expand Down

0 comments on commit 3b82e26

Please sign in to comment.