summaryrefslogtreecommitdiff
path: root/searx/engines/gentoo.py
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2021-12-22 16:58:52 +0100
committerMartin Fischer <martin@push-f.com>2022-01-05 11:00:11 +0100
commitb02f762687c117baba523cefdcd16d0f94ae886a (patch)
tree1336c497fab529f4e6c8e21a924d344fd8fbe25b /searx/engines/gentoo.py
parent8e9ad1ccc296c220d61f12926c94d98baa83e3ca (diff)
[enh] add more categories
Diffstat (limited to 'searx/engines/gentoo.py')
-rw-r--r--searx/engines/gentoo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/engines/gentoo.py b/searx/engines/gentoo.py
index 5b9edafe0..856c93710 100644
--- a/searx/engines/gentoo.py
+++ b/searx/engines/gentoo.py
@@ -18,7 +18,7 @@ about = {
}
# engine dependent config
-categories = ['it']
+categories = ['it', 'software wikis']
paging = True
base_url = 'https://wiki.gentoo.org'