Use https:// instead of git@ for submodules

Allows easily building the project, following the steps in readme, without
a github account or having some special git configuration.
This commit is contained in:
Karl Seguin
2025-01-30 11:56:37 +08:00
parent a74c9e8481
commit 76a2520e56

18
.gitmodules vendored
View File

@@ -1,34 +1,34 @@
[submodule "vendor/zig-js-runtime"] [submodule "vendor/zig-js-runtime"]
path = vendor/zig-js-runtime path = vendor/zig-js-runtime
url = git@github.com:lightpanda-io/zig-js-runtime.git url = https://github.com/lightpanda-io/zig-js-runtime.git/
[submodule "vendor/netsurf/libwapcaplet"] [submodule "vendor/netsurf/libwapcaplet"]
path = vendor/netsurf/libwapcaplet path = vendor/netsurf/libwapcaplet
url = git@github.com:lightpanda-io/libwapcaplet.git url = https://github.com/lightpanda-io/libwapcaplet.git/
[submodule "vendor/netsurf/libparserutils"] [submodule "vendor/netsurf/libparserutils"]
path = vendor/netsurf/libparserutils path = vendor/netsurf/libparserutils
url = git@github.com:lightpanda-io/libparserutils.git url = https://github.com/lightpanda-io/libparserutils.git/
[submodule "vendor/netsurf/libdom"] [submodule "vendor/netsurf/libdom"]
path = vendor/netsurf/libdom path = vendor/netsurf/libdom
url = git@github.com:lightpanda-io/libdom.git url = https://github.com/lightpanda-io/libdom.git/
[submodule "vendor/netsurf/share/netsurf-buildsystem"] [submodule "vendor/netsurf/share/netsurf-buildsystem"]
path = vendor/netsurf/share/netsurf-buildsystem path = vendor/netsurf/share/netsurf-buildsystem
url = https://source.netsurf-browser.org/buildsystem.git url = https://source.netsurf-browser.org/buildsystem.git
[submodule "vendor/netsurf/libhubbub"] [submodule "vendor/netsurf/libhubbub"]
path = vendor/netsurf/libhubbub path = vendor/netsurf/libhubbub
url = git@github.com:lightpanda-io/libhubbub.git url = https://github.com/lightpanda-io/libhubbub.git/
[submodule "tests/wpt"] [submodule "tests/wpt"]
path = tests/wpt path = tests/wpt
url = https://github.com/lightpanda-io/wpt url = https://github.com/lightpanda-io/wpt
[submodule "vendor/mimalloc"] [submodule "vendor/mimalloc"]
path = vendor/mimalloc path = vendor/mimalloc
url = git@github.com:microsoft/mimalloc.git url = https://github.com/microsoft/mimalloc.git/
[submodule "vendor/tls.zig"] [submodule "vendor/tls.zig"]
path = vendor/tls.zig path = vendor/tls.zig
url = git@github.com:ianic/tls.zig.git url = https://github.com/ianic/tls.zig.git/
[submodule "vendor/zig-async-io"] [submodule "vendor/zig-async-io"]
path = vendor/zig-async-io path = vendor/zig-async-io
url = git@github.com:lightpanda-io/zig-async-io.git url = https://github.com/lightpanda-io/zig-async-io.git/
[submodule "vendor/websocket.zig"] [submodule "vendor/websocket.zig"]
path = vendor/websocket.zig path = vendor/websocket.zig
url = git@github.com:lightpanda-io/websocket.zig.git url = https://github.com/lightpanda-io/websocket.zig.git/
branch = lightpanda branch = lightpanda