From 3cd19fd74c5dc92a165db4caee126715227b6874 Mon Sep 17 00:00:00 2001 From: Abhinav Date: Fri, 10 Feb 2023 19:20:53 +0530 Subject: [PATCH] change submodule URL to https version --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 54fac82d9..134a23006 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,7 +4,7 @@ branch = master [submodule "thirdparty/tesseract"] path = thirdparty/tesseract - url = git@github.com:abhinavkgrd/tesseract.js.git + url = https://github.com/abhinavkgrd/tesseract.js.git branch = worker-support [submodule "ffmpeg-wasm"] path = thirdparty/ffmpeg-wasm