Skip to content

Commit 3b82e26

Browse files
committed
fix: indentation of codemeta-TEMPLATE.json
1 parent 672b019 commit 3b82e26

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

codemeta-TEMPLATE.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -9,29 +9,29 @@
99
"dateCreated": "DATE PROJECT STARTED",
1010
"author": [
1111
{
12-
"@type": "Person",
13-
"givenName": "FIRSTNAME",
14-
"familyName": "LASTNAME",
15-
"affiliation": {
16-
"@type": "Organization",
17-
"name": "California Institute of Technology Library"
18-
},
19-
"email": "EMAIL",
20-
"@id": "https://orcid.org/YOUR-ORCID"
21-
}
12+
"@type": "Person",
13+
"givenName": "FIRSTNAME",
14+
"familyName": "LASTNAME",
15+
"affiliation": {
16+
"@type": "Organization",
17+
"name": "California Institute of Technology Library"
18+
},
19+
"email": "EMAIL",
20+
"@id": "https://orcid.org/YOUR-ORCID"
21+
}
2222
],
2323
"maintainer": [
2424
{
25-
"@type": "Person",
26-
"givenName": "FIRSTNAME",
27-
"familyName": "LASTNAME",
28-
"affiliation": {
29-
"@type": "Organization",
30-
"name": "California Institute of Technology Library"
31-
},
32-
"email": "EMAIL",
33-
"@id": "https://orcid.org/YOUR-ORCID"
34-
}
25+
"@type": "Person",
26+
"givenName": "FIRSTNAME",
27+
"familyName": "LASTNAME",
28+
"affiliation": {
29+
"@type": "Organization",
30+
"name": "California Institute of Technology Library"
31+
},
32+
"email": "EMAIL",
33+
"@id": "https://orcid.org/YOUR-ORCID"
34+
}
3535
],
3636
"funder": {
3737
"@id": "https://ror.org/05dxps055",
@@ -40,10 +40,10 @@
4040
},
4141
"copyrightHolder": [
4242
{
43-
"@id": "https://ror.org/05dxps055",
44-
"@type": "Organization",
45-
"name": "California Institute of Technology"
46-
}
43+
"@id": "https://ror.org/05dxps055",
44+
"@type": "Organization",
45+
"name": "California Institute of Technology"
46+
}
4747
],
4848
"copyrightYear": 2023,
4949
"license": "https://github.com/caltechlibrary/REPONAME/blob/main/LICENSE",

0 commit comments

Comments
 (0)