diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2023-09-18 18:18:37 +0200 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2023-09-18 18:18:37 +0200 |
commit | 90b0bfd1bf30ecd6b6e8b54d300be5fba45aecca (patch) | |
tree | 809c58c6845b8e1f0506fedf672bf7012f55a04b /utils | |
parent | efd3a2d6d1376468226378c4435c6a81110ca261 (diff) | |
download | searxng-90b0bfd1bf30ecd6b6e8b54d300be5fba45aecca.tar.gz searxng-90b0bfd1bf30ecd6b6e8b54d300be5fba45aecca.zip |
[fix] accidentally pushed utils/brand.env
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'utils')
-rw-r--r-- | utils/brand.env | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/brand.env b/utils/brand.env index c65e7e42d..31afce53c 100644 --- a/utils/brand.env +++ b/utils/brand.env @@ -1,5 +1,5 @@ export SEARXNG_URL='' export SEARXNG_PORT='8888' export SEARXNG_BIND_ADDRESS='127.0.0.1' -export GIT_URL='https://github.com//Bnyro/searxng' -export GIT_BRANCH='scholar' +export GIT_URL='https://github.com/searxng/searxng' +export GIT_BRANCH='master' |