Skip to content

Commit ec8f4a9

Browse files
Merge pull request #15 from NTIA/fix-zenodo-resource-type
Fix Zenodo resource type for linked publications
2 parents 38495b7 + 996297f commit ec8f4a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.zenodo.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@
4545
{
4646
"identifier": "https://ntia.github.io/LFMF/",
4747
"relation": "isDocumentedBy",
48-
"resource_type": "softwaredocumentation"
48+
"resource_type": "publication-softwaredocumentation"
4949
},
5050
{
5151
"identifier": "https://ntia.github.io/propagation-library-wiki/models/LFMF/",
5252
"relation": "isDocumentedBy",
53-
"resource_type": "softwaredocumentation"
53+
"resource_type": "publication-softwaredocumentation"
5454
}
5555
],
5656
"version": "1.1"
57-
}
57+
}

0 commit comments

Comments
 (0)