We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f53cdd0 commit e43569dCopy full SHA for e43569d
src/somef/export/json_export.py
@@ -83,7 +83,7 @@ def format_date(date_string):
83
84
85
codemeta_output = {
86
- "@context": "https://w3id.org/codemeta/v3.0",
+ "@context": "https://w3id.org/codemeta/3.0",
87
"@type": "SoftwareSourceCode"
88
}
89
if constants.CAT_LICENSE in repo_data:
0 commit comments