swh.lister.gitlab: Use http_url_to_repo key to build the origin url
This commit is contained in:
parent
7a0e3a2379
commit
0e517b6143
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ class GitlabLister(SWHIndexingHttpLister):
|
|||
'name': repo['name'],
|
||||
'full_name': repo['path_with_namespace'],
|
||||
'html_url': repo['web_url'],
|
||||
'origin_url': repo['web_url'],
|
||||
'origin_url': repo['http_url_to_repo'],
|
||||
'origin_type': 'git',
|
||||
'description': repo['description'],
|
||||
# FIXME: How to determine the fork nature?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue