Skip to content

Commit e43569d

Browse files
committed
fix in codeMeta ns
1 parent f53cdd0 commit e43569d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/somef/export/json_export.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def format_date(date_string):
8383

8484

8585
codemeta_output = {
86-
"@context": "https://w3id.org/codemeta/v3.0",
86+
"@context": "https://w3id.org/codemeta/3.0",
8787
"@type": "SoftwareSourceCode"
8888
}
8989
if constants.CAT_LICENSE in repo_data:

0 commit comments

Comments
 (0)