diff options
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules index 944fbabf..1c9297b2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "main/openvpn"] path = main/openvpn - url = git@github.com:schwabe/openvpn.git + url = https://github.com/schwabe/openvpn.git [submodule "main/openssl"] path = main/openssl - url = git@github.com:schwabe/platform_external_openssl.git + url = https://github.com/schwabe/platform_external_openssl.git |