Merge pull request #2412 from dalf/update-buildenv

[fix] update buildenv
This commit is contained in:
Alexandre Flament 2020-12-27 08:31:23 +01:00 committed by GitHub
commit 1956ab4b50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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 = ''

View File

@ -4,4 +4,4 @@ export ISSUE_URL='https://github.com/searx/searx/issues'
export SEARX_URL='https://searx.me'
export DOCS_URL='https://searx.github.io/searx'
export PUBLIC_INSTANCES='https://searx.space'
export CONTACT_URL='mailto:contact@example.com'
export CONTACT_URL=''