diff --git a/swh/lister/gnu/lister.py b/swh/lister/gnu/lister.py --- a/swh/lister/gnu/lister.py +++ b/swh/lister/gnu/lister.py @@ -129,7 +129,7 @@ 'html_url': repo['url'], 'origin_url': repo['url'], 'time_last_updated': repo['time_modified'], - 'origin_type': 'gnu', + 'origin_type': 'tar', } def transport_response_simplified(self, response):