gnu.lister: Use url as primary key
Otherwise, we are failing unicity constraint. Related to T2070
This commit is contained in:
parent
daa9a270fb
commit
bf030c0f00
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ class GNULister(SimpleLister):
|
|||
|
||||
"""
|
||||
return {
|
||||
'uid': repo['name'],
|
||||
'uid': repo['url'],
|
||||
'name': repo['name'],
|
||||
'full_name': repo['name'],
|
||||
'html_url': repo['url'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue