diff options
author | Arne Schwabe <arne@rfc2549.org> | 2017-06-13 12:14:47 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2017-06-13 13:28:40 +0200 |
commit | 1b6f7d1114f1d28bb8d3a878769de8d43c4ee9c8 (patch) | |
tree | 728910afab8a50824742c635aa8a9e2877a8854f /.gitmodules | |
parent | 165fd84d58e8707fd5597268fd449ac0e874a69f (diff) |
Update travis to match current configuration
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index a762c16e..8ee8ab30 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,9 @@ [submodule "main/openvpn"] path = main/openvpn - url = https://github.com/schwabe/openvpn.git + url = ../openvpn.git [submodule "main/openssl"] path = main/openssl - url = https://github.com/schwabe/platform_external_openssl.git + url = ../platform_external_openssl.git [submodule "main/breakpad"] path = main/breakpad - url = https://github.com/schwabe/breakpad.git + url = ../breakpad.git |