ente/.gitmodules
Manav 5635f399f5 Modify submodule URL to use HTTPS
I don't have SSH access to GitHub configured on my machine, and
instead use/prefer the PAT (Personal Access Token) based access. In
any case, the submodule is a public repository, so the credentials
shouldn't matter. However, if we use the git:// URL for the submodule,
then git fails to fetch it if SSH isn't configured even if it is
public.

So use the less restrictive HTTPS based URL. This will work for
everyone, even if they haven't configured any private GitHub
credentials.
2022-05-08 12:39:20 +05:30

9 lines
268 B
Plaintext

[submodule "thirdparty/photoswipe"]
path = thirdparty/photoswipe
url = https://github.com/ente-io/PhotoSwipe.git
branch = master
[submodule "ffmpeg-wasm"]
path = thirdparty/ffmpeg-wasm
url = https://github.com/abhinavkgrd/ffmpeg.wasm.git
branch = single-thread