Skip to content

Commit 76a2520

Browse files
committed
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.
1 parent a74c9e8 commit 76a2520

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.gitmodules

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
11
[submodule "vendor/zig-js-runtime"]
22
path = vendor/zig-js-runtime
3-
url = git@github.com:lightpanda-io/zig-js-runtime.git
3+
url = https://github.com/lightpanda-io/zig-js-runtime.git/
44
[submodule "vendor/netsurf/libwapcaplet"]
55
path = vendor/netsurf/libwapcaplet
6-
url = git@github.com:lightpanda-io/libwapcaplet.git
6+
url = https://github.com/lightpanda-io/libwapcaplet.git/
77
[submodule "vendor/netsurf/libparserutils"]
88
path = vendor/netsurf/libparserutils
9-
url = git@github.com:lightpanda-io/libparserutils.git
9+
url = https://github.com/lightpanda-io/libparserutils.git/
1010
[submodule "vendor/netsurf/libdom"]
1111
path = vendor/netsurf/libdom
12-
url = git@github.com:lightpanda-io/libdom.git
12+
url = https://github.com/lightpanda-io/libdom.git/
1313
[submodule "vendor/netsurf/share/netsurf-buildsystem"]
1414
path = vendor/netsurf/share/netsurf-buildsystem
1515
url = https://source.netsurf-browser.org/buildsystem.git
1616
[submodule "vendor/netsurf/libhubbub"]
1717
path = vendor/netsurf/libhubbub
18-
url = git@github.com:lightpanda-io/libhubbub.git
18+
url = https://github.com/lightpanda-io/libhubbub.git/
1919
[submodule "tests/wpt"]
2020
path = tests/wpt
2121
url = https://github.com/lightpanda-io/wpt
2222
[submodule "vendor/mimalloc"]
2323
path = vendor/mimalloc
24-
url = git@github.com:microsoft/mimalloc.git
24+
url = https://github.com/microsoft/mimalloc.git/
2525
[submodule "vendor/tls.zig"]
2626
path = vendor/tls.zig
27-
url = git@github.com:ianic/tls.zig.git
27+
url = https://github.com/ianic/tls.zig.git/
2828
[submodule "vendor/zig-async-io"]
2929
path = vendor/zig-async-io
30-
url = git@github.com:lightpanda-io/zig-async-io.git
30+
url = https://github.com/lightpanda-io/zig-async-io.git/
3131
[submodule "vendor/websocket.zig"]
3232
path = vendor/websocket.zig
33-
url = git@github.com:lightpanda-io/websocket.zig.git
33+
url = https://github.com/lightpanda-io/websocket.zig.git/
3434
branch = lightpanda

0 commit comments

Comments
 (0)