Skip to content
Snippets Groups Projects
Commit 088375f9 authored by vlorentz's avatar vlorentz Committed by vlorentz
Browse files
parent b6d008e8
No related branches found
No related tags found
1 merge request!543Fix format id for gitea and gogs to match swh-loader-metadata
Pipeline #13467 passed
......@@ -46,7 +46,7 @@ class GiteaMapping(BaseExtrinsicMapping, JsonMapping):
@classmethod
def extrinsic_metadata_formats(cls) -> Tuple[str, ...]:
return ("gitea-project-json", "gogs-project-json")
return ("gitea-repository-json", "gogs-repository-json")
def extra_translation(self, graph, root, content_dict):
graph.remove((root, RDF.type, SCHEMA.SoftwareSourceCode))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment