summaryrefslogtreecommitdiff
path: root/searx
diff options
context:
space:
mode:
authorAdam Tauber <asciimoo@gmail.com>2020-06-18 19:34:32 +0200
committerGitHub <noreply@github.com>2020-06-18 19:34:32 +0200
commit4a8a16559af18ab38d796aad303a827c8c640fa2 (patch)
tree3e056ebdc13610fa4e6a4f73ac9d0d044f10ba78 /searx
parent0dc5bdb6ef602d00456eb1db96d45e2f42b2b7a4 (diff)
parent0616684baa58b86cac5df6546432d4372f965fe2 (diff)
Merge pull request #1803 from return42/filtron
Tooling Box to setup & maintain searx instances and services.
Diffstat (limited to 'searx')
-rw-r--r--searx/brand.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/brand.py b/searx/brand.py
index d563447f6..91d2ab321 100644
--- a/searx/brand.py
+++ b/searx/brand.py
@@ -1,4 +1,5 @@
GIT_URL = 'https://github.com/asciimoo/searx'
+GIT_BRANCH = 'master'
ISSUE_URL = 'https://github.com/asciimoo/searx/issues'
SEARX_URL = 'https://searx.me'
DOCS_URL = 'https://asciimoo.github.io/searx'