From 46d7a8289bdf9aab1c1e170dc5257a78fc38f80a Mon Sep 17 00:00:00 2001 From: Daniel Kukula Date: Fri, 3 May 2024 16:52:02 +0100 Subject: [feat] engine: implementation of https://hex.pm The package manager for the Erlang ecosystem Find packages. Co-authored-by: Bnyro <82752168+Bnyro@users.noreply.github.com> --- searx/settings.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'searx/settings.yml') diff --git a/searx/settings.yml b/searx/settings.yml index a2b968832..a57bcfbd5 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -926,6 +926,11 @@ engines: shortcut: hn disabled: true + - name: hex + engine: hex + shortcut: hex + disabled: true + - name: hoogle engine: xpath search_url: https://hoogle.haskell.org/?hoogle={query} -- cgit v1.2.3