gnu.lister: Use url as primary key

Otherwise, we are failing unicity constraint.

Related to T2070
This commit is contained in:
Antoine R. Dumont (@ardumont) 2019-11-15 11:24:21 +01:00
parent daa9a270fb
commit bf030c0f00
No known key found for this signature in database
GPG key ID: 52E2E9840D10C3B8

View file

@ -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'],