Skip to content

Commit

Permalink
rollback typos
Browse files Browse the repository at this point in the history
  • Loading branch information
kccwing committed May 31, 2023
1 parent d9ca1b6 commit 362cd33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/JOSS/codemeta.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"@context": "https://raw.githubusercontent.com/codemeta/codemeta/main/codemeta.jsonld",
"@context": "https://raw.githubusercontent.com/codemeta/codemeta/master/codemeta.jsonld",
"@type": "Code",
"author": [
"Alfonso del Carre",
Expand Down
2 changes: 1 addition & 1 deletion docs/JOSS/generate.rb
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
# TODO: this is currently a static template (written out here). It would be good
# to do something smarter here.
output = {
"@context" => "https://raw.githubusercontent.com/codemeta/codemeta/main/codemeta.jsonld",
"@context" => "https://raw.githubusercontent.com/codemeta/codemeta/master/codemeta.jsonld",
"@type" => "Code",
"author" => output_authors,
"identifier" => details['doi'],
Expand Down

0 comments on commit 362cd33

Please sign in to comment.