Skip to content

Commit

Permalink
Bug fix: remove , in .zenodo.json
Browse files Browse the repository at this point in the history
Removed the "," after the license:title metadata.  This was preventing
Zenodo from auto-generating a DOI from each Github release.

Signed-off-by: Bob Yantosca <yantosca@seas.harvard.edu>
  • Loading branch information
yantosca committed Jul 13, 2022
1 parent ec6dc2c commit e43febc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"license": {
"id": "GPL-3.0",
"url": "https://github.com/KineticPreProcessor/KPP/blob/main/LICENSE.txt",
"title": "GNU General Public License v3.0",
"title": "GNU General Public License v3.0"
},
"upload_type": "software"
}

0 comments on commit e43febc

Please sign in to comment.