Skip to content

Commit 4ee2a67

Browse files
committed
fix 3rdparty/msdfgen & 3rdparty/nlohmann_json submodule urls (to ssh)
1 parent 09d0e2a commit 4ee2a67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitmodules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
url = git@github.com:Devsh-Graphics-Programming/Nabla-Examples-and-Tests.git
7373
[submodule "3rdparty/msdfgen"]
7474
path = 3rdparty/msdfgen
75-
url = https://github.com/Chlumsky/msdfgen
75+
url = git@github.com:Chlumsky/msdfgen.git
7676
branch = master
7777
[submodule "3rdparty/dxc/dxc"]
7878
path = 3rdparty/dxc/dxc
@@ -95,7 +95,7 @@
9595
url = git@github.com:p-ranav/argparse.git
9696
[submodule "3rdparty/nlohmann_json"]
9797
path = 3rdparty/nlohmann_json
98-
url = https://github.com/Devsh-Graphics-Programming/json
98+
url = git@github.com:Devsh-Graphics-Programming/json.git
9999
[submodule "3rdparty/blake"]
100100
path = 3rdparty/blake
101101
url = git@github.com:Devsh-Graphics-Programming/BLAKE3.git

0 commit comments

Comments
 (0)