diff options
author | Alexandre Flament <alex@al-f.net> | 2020-12-27 08:31:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-27 08:31:23 +0100 |
commit | 1956ab4b505a3d2d465331ff1d9e142d2e45a8f4 (patch) | |
tree | 20bb7cfa7fc6686eece51385332e2d1b64ee271e /searx | |
parent | 48b4af1e08d54ec399f8ab77dd34b0f6380b3111 (diff) | |
parent | db5b060455a04961f78a06181e7b6dd04a694315 (diff) | |
download | searxng-1956ab4b505a3d2d465331ff1d9e142d2e45a8f4.tar.gz searxng-1956ab4b505a3d2d465331ff1d9e142d2e45a8f4.zip |
Merge pull request #2412 from dalf/update-buildenv
[fix] update buildenv
Diffstat (limited to 'searx')
-rw-r--r-- | searx/brand.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 = '' |