From b02f762687c117baba523cefdcd16d0f94ae886a Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Wed, 22 Dec 2021 16:58:52 +0100 Subject: [enh] add more categories --- searx/engines/archlinux.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'searx/engines/archlinux.py') diff --git a/searx/engines/archlinux.py b/searx/engines/archlinux.py index 1cfb3983f..b5e426107 100644 --- a/searx/engines/archlinux.py +++ b/searx/engines/archlinux.py @@ -20,7 +20,7 @@ about = { } # engine dependent config -categories = ['it'] +categories = ['it', 'software wikis'] paging = True base_url = 'https://wiki.archlinux.org' -- cgit v1.2.3