summaryrefslogtreecommitdiff
path: root/searx/engines/github.py
diff options
context:
space:
mode:
Diffstat (limited to 'searx/engines/github.py')
-rw-r--r--searx/engines/github.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/engines/github.py b/searx/engines/github.py
index a20f14d14..714cb5ca3 100644
--- a/searx/engines/github.py
+++ b/searx/engines/github.py
@@ -50,7 +50,7 @@ def response(resp):
'url': item.get('html_url'),
'title': item.get('full_name'),
'content': ' / '.join(content),
- 'img_src': item.get('owner', {}).get('avatar_url'),
+ 'thumbnail': item.get('owner', {}).get('avatar_url'),
'package_name': item.get('name'),
# 'version': item.get('updated_at'),
'maintainer': item.get('owner', {}).get('login'),