summaryrefslogtreecommitdiff
path: root/config/services/web/searx
diff options
context:
space:
mode:
authorQuentin Aristote <quentin@aristote.fr>2021-10-26 12:50:06 +0200
committerQuentin Aristote <quentin@aristote.fr>2021-10-26 12:50:06 +0200
commitb9a44a819ee7136453fde5ed0ecb140871ddd506 (patch)
tree164a2ef78032bfe13ee16b1182402a1ea28e38a5 /config/services/web/searx
parentc59ebf9cd585849901717e75f0e23eafd221759b (diff)
add / at end of url
Diffstat (limited to 'config/services/web/searx')
-rw-r--r--config/services/web/searx/searx/engines.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/services/web/searx/searx/engines.nix b/config/services/web/searx/searx/engines.nix
index 2e00a46..1ce7205 100644
--- a/config/services/web/searx/searx/engines.nix
+++ b/config/services/web/searx/searx/engines.nix
@@ -41,7 +41,7 @@ in (disable [
categories = "it";
disabled = true;
about = {
- website = "https://alternativeto.net";
+ website = "https://alternativeto.net/";
wikidata_id = "Q3613175";
official_api_documentation = "";
use_official_api = false;