diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2021-07-17 19:37:22 +0200 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2021-07-21 13:38:28 +0200 |
commit | c9220de690f0081777cf43acb547f2b3818fd8fe (patch) | |
tree | 80907df6b25b362ec1e34e5948e783449ed0fc61 /utils/brand.env | |
parent | 2a2b6c4d57958dd60cc59c80e5669d41b714c701 (diff) | |
download | searxng-c9220de690f0081777cf43acb547f2b3818fd8fe.tar.gz searxng-c9220de690f0081777cf43acb547f2b3818fd8fe.zip |
[mod] drop unused setting option brand:twitter_url
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'utils/brand.env')
-rw-r--r-- | utils/brand.env | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/brand.env b/utils/brand.env index 9cc52051d..e0c670a01 100644 --- a/utils/brand.env +++ b/utils/brand.env @@ -6,4 +6,3 @@ export DOCS_URL='https://searxng.github.io/searxng' export PUBLIC_INSTANCES='https://searx.space' export CONTACT_URL='' export WIKI_URL='https://github.com/searxng/searxng/wiki' -export TWITTER_URL='' |