diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2021-11-19 14:01:58 +0100 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2021-11-19 14:01:58 +0100 |
commit | c681570bb9f81961d769d9c4b6e270047affee70 (patch) | |
tree | 80d1be25eab78344c0ec4f86c8da7709a7ae7134 /utils | |
parent | 95c296646cab20d1dc3341147a7f6e30989a6dd2 (diff) | |
download | searxng-c681570bb9f81961d769d9c4b6e270047affee70.tar.gz searxng-c681570bb9f81961d769d9c4b6e270047affee70.zip |
[fix] brand - partial revert of e82e37ce6
In commit e82e37ce6 accidentally the brand file was touched / partial
revert::
export GIT_URL='https://github.com/searxng/searxng'
export GIT_BRANCH='master'
Related: https://github.com/searxng/searxng/pull/515
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 7c38364d6..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/return42/searxng' -export GIT_BRANCH='doc-theme' +export GIT_URL='https://github.com/searxng/searxng' +export GIT_BRANCH='master' |