Skip to content

Commit

Permalink
default zenodo access_right from closed -> open for #86
Browse files Browse the repository at this point in the history
  • Loading branch information
mpadge committed Jun 15, 2023
1 parent 15777e7 commit 6c1c4c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: deposits
Title: A universal client for depositing and accessing research data
anywhere
Version: 0.2.1.035
Version: 0.2.1.036
Authors@R:
person("Mark", "Padgham", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2172-5265"))
Expand Down
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"codeRepository": "https://github.com/ropenscilabs/deposits",
"issueTracker": "https://github.com/ropenscilabs/deposits/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "0.2.1.035",
"version": "0.2.1.036",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down
2 changes: 1 addition & 1 deletion inst/extdata/zenodo/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"access_right": {
"type": "string",
"enum": ["open", "embargoed", "restricted", "closed"],
"default": "closed"
"default": "open"
},
"license": {
"type": "string"
Expand Down

0 comments on commit 6c1c4c4

Please sign in to comment.