swh.lister.gnu: Change origin type to tar
Change origin type from 'gnu' to 'tar'
This commit is contained in:
parent
aef7d5952e
commit
f76b96b825
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue