swh.lister.gnu: Change origin type to tar

Change origin type from 'gnu' to 'tar'
This commit is contained in:
Archit Agrawal 2019-06-19 17:21:02 +05:30
parent aef7d5952e
commit f76b96b825

View file

@ -129,7 +129,7 @@ class GNULister(SimpleLister):
'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):