Skip to content
Snippets Groups Projects
Commit f76b96b8 authored by Archit Agrawal's avatar Archit Agrawal
Browse files

swh.lister.gnu: Change origin type to tar

Change origin type from 'gnu' to 'tar'
parent aef7d595
No related branches found
Tags v0.0.23
1 merge request!73swh.lister.gnu: Change origin type to tar
......@@ -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):
......
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