From fcfe0a060b19f5ec25da70f289bde40eac0c330d Mon Sep 17 00:00:00 2001 From: coppcam <83846810+coppcam@users.noreply.github.com> Date: Sun, 15 Oct 2023 18:22:54 +0000 Subject: [PATCH] Update brand.env Point towards this github --- utils/brand.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/brand.env b/utils/brand.env index 31afce53c..85cb286ae 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/searxng/searxng' +export GIT_URL='https://github.com/coppcam/searxng' export GIT_BRANCH='master'