From db5b060455a04961f78a06181e7b6dd04a694315 Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Mon, 21 Dec 2020 10:55:28 +0100 Subject: [fix] update buildenv CONTACT_URL is unset in Makefile, but searx/brand.py and utils/brand.env are not updated. This commit fixes this issue. --- searx/brand.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'searx') diff --git a/searx/brand.py b/searx/brand.py index 0eaaf0be3..7fcab6fad 100644 --- a/searx/brand.py +++ b/searx/brand.py @@ -4,4 +4,4 @@ ISSUE_URL = 'https://github.com/searx/searx/issues' SEARX_URL = 'https://searx.me' DOCS_URL = 'https://searx.github.io/searx' PUBLIC_INSTANCES = 'https://searx.space' -CONTACT_URL = 'mailto:contact@example.com' +CONTACT_URL = '' -- cgit v1.2.3