Skip to content

Commit 1056e2b

Browse files
Change creator name and email to anonymous
1 parent cbba706 commit 1056e2b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/metacheck/utils/json_ld_utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -473,8 +473,8 @@ def create_pitfall_jsonld(somef_data: Dict, pitfall_results: List[Dict], file_na
473473
"description": description_info,
474474
"creator": {
475475
"@type": "schema:Person",
476-
"name": "Anas El Hounsri",
477-
"email": "a.elhounsri@upm.com"
476+
"name": "Anonymous",
477+
"email": "example.@email.com"
478478
},
479479
"dateCreated": datetime.utcnow().strftime("%Y-%m-%dT%H:%M:%SZ"),
480480
"license": {"@id: https://opensource.org/license/mit"},

0 commit comments

Comments
 (0)