Skip to content

Commit f53465b

Browse files
committed
fix zenodo schemas for access rights; closes #90
1 parent bc3ca40 commit f53465b

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: deposits
22
Title: A universal client for depositing and accessing research data
33
anywhere
4-
Version: 0.2.1.052
4+
Version: 0.2.1.053
55
Authors@R:
66
person("Mark", "Padgham", , "[email protected]", role = c("aut", "cre"),
77
comment = c(ORCID = "0000-0003-2172-5265"))

codemeta.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"codeRepository": "https://github.com/ropenscilabs/deposits",
88
"issueTracker": "https://github.com/ropenscilabs/deposits/issues",
99
"license": "https://spdx.org/licenses/MIT",
10-
"version": "0.2.1.052",
10+
"version": "0.2.1.053",
1111
"programmingLanguage": {
1212
"@type": "ComputerLanguage",
1313
"name": "R",

inst/extdata/zenodo/from_dc.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
"targets": ["language"]
129129
},
130130
"license": {
131-
"targets": ["license", "access_right", "access_conditions"]
131+
"targets": ["license", "access_conditions"]
132132
},
133133
"mediator": {
134134
"targets": ["notes"]
@@ -177,7 +177,7 @@
177177
"targets": ["related_identifiers"]
178178
},
179179
"rights": {
180-
"targets": ["access_right", "access_conditions", "license"]
180+
"targets": ["access_right", "access_conditions"]
181181
},
182182
"rightsHolder": {
183183
"targets": ["notes"]

inst/extdata/zenodo/to_dc.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@
4343
"targets": ["description"]
4444
},
4545
"access_right": {
46-
"targets": ["rights", "license"]
46+
"targets": ["rights"]
4747
},
4848
"license": {
49-
"targets": ["rights", "license"]
49+
"targets": ["license"]
5050
},
5151
"embargo_date": {
5252
"targets": ["description"]

0 commit comments

Comments
 (0)