Merge pull request #944 from ente-io/change-submodule-url-to-https

change submodule URL to https version
This commit is contained in:
Manav 2023-02-10 19:25:17 +05:30 committed by GitHub
commit 032e22e25d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
.gitmodules vendored
View file

@ -4,7 +4,7 @@
branch = master branch = master
[submodule "thirdparty/tesseract"] [submodule "thirdparty/tesseract"]
path = thirdparty/tesseract path = thirdparty/tesseract
url = git@github.com:abhinavkgrd/tesseract.js.git url = https://github.com/abhinavkgrd/tesseract.js.git
branch = worker-support branch = worker-support
[submodule "ffmpeg-wasm"] [submodule "ffmpeg-wasm"]
path = thirdparty/ffmpeg-wasm path = thirdparty/ffmpeg-wasm