Skip to content

Commit

Permalink
Try to fix JSON again (#47)
Browse files Browse the repository at this point in the history
* Try to fix JSON again

* Un-remove space after :

* Seems the MIT license is just written as "MIT"

Co-authored-by: Alex Arslan <[email protected]>
  • Loading branch information
palday and ararslan committed Sep 6, 2022
1 parent deb65e8 commit abbbf57
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .zenodo.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"license": "mit-license",
"title": "beacon-biosignals/Effects.jl: Effects Prediction for Linear and Generalized Linear Models",
"upload_type": "software",
{
"license": "MIT",
"title": "beacon-biosignals/Effects.jl: Effects Prediction for Linear and Generalized Linear Models",
"upload_type": "software",
"creators": [
{
"affiliation": "Beacon Biosignals",
"affiliation": "Beacon Biosignals",
"name": "Alday, Phillip M.",
"orcid": "0000-0002-9984-5745"
},
},
{
"affiliation": "Beacon Biosignals",
"affiliation": "Beacon Biosignals",
"name": "Kleinschmidt, Dave F.",
"orcid": "0000-0002-7442-2762"
},
"orcid": "0000-0002-7442-2762"
},
{
"affiliation": "Beacon Biosignals",
"affiliation": "Beacon Biosignals",
"name": "Arslan, Alexander R.",
"orcid": "0000-0002-4132-068X"
}
],
]
}

0 comments on commit abbbf57

Please sign in to comment.