Browse Source

Change submodule URLs to forks

pull/1/head
Xadhoom 5 years ago
parent
commit
990b499eed
  1. 6
      .gitmodules

6
.gitmodules vendored

@ -1,9 +1,9 @@
[submodule "ext/ZeroTierOne"]
path = ext/ZeroTierOne
url = https://github.com/zerotier/ZeroTierOne.git
url = https://github.com/diasurgical/ZeroTierOne.git
[submodule "ext/lwip"]
path = ext/lwip
url = https://github.com/joseph-henry/lwip.git
url = https://github.com/diasurgical/lwip.git
[submodule "ext/lwip-contrib"]
path = ext/lwip-contrib
url = https://github.com/joseph-henry/lwip-contrib.git
url = https://github.com/diasurgical/lwip-contrib.git

Loading…
Cancel
Save