summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorQuentin Aristote <quentin@aristote.fr>2021-10-26 12:33:21 +0200
committerQuentin Aristote <quentin@aristote.fr>2021-10-26 12:33:21 +0200
commit438ecff8c6524adece2d659eda6aab52ea4d4380 (patch)
tree982242ce3ba7842bc00bd47d47d5f6d55fa3d6b5 /config
parent59a363d4f2df16136445d1b63cfc66893251f09b (diff)
remove capital letters from engine names
Diffstat (limited to 'config')
-rw-r--r--config/services/web/searx/searx/engines.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/services/web/searx/searx/engines.nix b/config/services/web/searx/searx/engines.nix
index a35d4ac..2e00a46 100644
--- a/config/services/web/searx/searx/engines.nix
+++ b/config/services/web/searx/searx/engines.nix
@@ -28,7 +28,7 @@ in (disable [
"duckduckgo"
]) ++ [
{ # AlternativeTo
- name = "alternativeTo";
+ name = "alternativeto";
engine = "xpath";
paging = true;
search_url = "https://alternativeto.net/browse/search?q={query}&p={pageno}";
@@ -68,7 +68,7 @@ in (disable [
};
}
{
- name = "nLab";
+ name = "nlab";
engine = "xpath";
search_url = "https://ncatlab.org/nlab/search?query={query}";
url_xpath = "//li/a/@href";