From f204e4903da3e97629bbf37c74e1b603b2e12830 Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Mon, 28 Sep 2020 16:44:14 +0200 Subject: [fix] migration from github.com/asciimoo/searx to github.com/searx/searx : fix URLs --- utils/lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/lib.sh') diff --git a/utils/lib.sh b/utils/lib.sh index 800bbf01b..aa49da5b2 100755 --- a/utils/lib.sh +++ b/utils/lib.sh @@ -1325,7 +1325,7 @@ git_clone() { # into . If repository is allready cloned, pull from and # update working tree (if needed, the caller has to stash local changes). # - # git clone https://github.com/asciimoo/searx searx-src origin/master searxlogin + # git clone https://github.com/searx/searx searx-src origin/master searxlogin # local url="$1" -- cgit v1.2.3