Skip to content
Snippets Groups Projects
Verified Commit bf030c0f authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

gnu.lister: Use url as primary key

Otherwise, we are failing unicity constraint.

Related to T2070
parent daa9a270
No related branches found
No related tags found
No related merge requests found
......@@ -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'],
......
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