diff options
author | cyBerta <cyberta@riseup.net> | 2017-09-22 00:28:40 +0200 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2017-09-22 00:28:40 +0200 |
commit | caca2afe1dde6f9763ad0a4a675aed17f5c4172c (patch) | |
tree | b1328bbd05e78d9b5b65b2c27a2d0d44392d1642 | |
parent | fadc3399c6c4986d1348320a4cb9146ce9177274 (diff) |
fix urls of ics-openvpns sumodules
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 8ee8ab30..a762c16e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,9 @@ [submodule "main/openvpn"] path = main/openvpn - url = ../openvpn.git + url = https://github.com/schwabe/openvpn.git [submodule "main/openssl"] path = main/openssl - url = ../platform_external_openssl.git + url = https://github.com/schwabe/platform_external_openssl.git [submodule "main/breakpad"] path = main/breakpad - url = ../breakpad.git + url = https://github.com/schwabe/breakpad.git |