|
1 | 1 | [submodule "vendor/zig-js-runtime"] |
2 | 2 | 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/ |
4 | 4 | [submodule "vendor/netsurf/libwapcaplet"] |
5 | 5 | path = vendor/netsurf/libwapcaplet |
6 | | - url = git@github.com:lightpanda-io/libwapcaplet.git |
| 6 | + url = https://github.com/lightpanda-io/libwapcaplet.git/ |
7 | 7 | [submodule "vendor/netsurf/libparserutils"] |
8 | 8 | path = vendor/netsurf/libparserutils |
9 | | - url = git@github.com:lightpanda-io/libparserutils.git |
| 9 | + url = https://github.com/lightpanda-io/libparserutils.git/ |
10 | 10 | [submodule "vendor/netsurf/libdom"] |
11 | 11 | path = vendor/netsurf/libdom |
12 | | - url = git@github.com:lightpanda-io/libdom.git |
| 12 | + url = https://github.com/lightpanda-io/libdom.git/ |
13 | 13 | [submodule "vendor/netsurf/share/netsurf-buildsystem"] |
14 | 14 | path = vendor/netsurf/share/netsurf-buildsystem |
15 | 15 | url = https://source.netsurf-browser.org/buildsystem.git |
16 | 16 | [submodule "vendor/netsurf/libhubbub"] |
17 | 17 | path = vendor/netsurf/libhubbub |
18 | | - url = git@github.com:lightpanda-io/libhubbub.git |
| 18 | + url = https://github.com/lightpanda-io/libhubbub.git/ |
19 | 19 | [submodule "tests/wpt"] |
20 | 20 | path = tests/wpt |
21 | 21 | url = https://github.com/lightpanda-io/wpt |
22 | 22 | [submodule "vendor/mimalloc"] |
23 | 23 | path = vendor/mimalloc |
24 | | - url = git@github.com:microsoft/mimalloc.git |
| 24 | + url = https://github.com/microsoft/mimalloc.git/ |
25 | 25 | [submodule "vendor/tls.zig"] |
26 | 26 | path = vendor/tls.zig |
27 | | - url = git@github.com:ianic/tls.zig.git |
| 27 | + url = https://github.com/ianic/tls.zig.git/ |
28 | 28 | [submodule "vendor/zig-async-io"] |
29 | 29 | 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/ |
31 | 31 | [submodule "vendor/websocket.zig"] |
32 | 32 | path = vendor/websocket.zig |
33 | | - url = git@github.com:lightpanda-io/websocket.zig.git |
| 33 | + url = https://github.com/lightpanda-io/websocket.zig.git/ |
34 | 34 | branch = lightpanda |
0 commit comments