diff options
| author | Odd Stranne <odd@mullvad.net> | 2018-05-25 13:17:06 +0200 |
|---|---|---|
| committer | Odd Stranne <odd@mullvad.net> | 2018-05-25 13:17:06 +0200 |
| commit | 073c6bec7923aa91d22f252f8319197689c48027 (patch) | |
| tree | c9523081585cdf81f55355c130fbc2008ba83657 | |
| parent | a17e3cdb91dfd051602baa94d791556029fee0c0 (diff) | |
| download | mullvadvpn-073c6bec7923aa91d22f252f8319197689c48027.tar.xz mullvadvpn-073c6bec7923aa91d22f252f8319197689c48027.zip | |
Switch submodules to HTTPS
| -rw-r--r-- | .gitmodules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 64c7798b12..3e95167fce 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,10 +3,10 @@ url = https://github.com/mullvad/mullvadvpn-app-binaries [submodule "windows/libwfp"] path = windows/libwfp - url = git@github.com:mullvad/libwfp + url = https://github.com/mullvad/libwfp [submodule "windows/windows-libraries"] path = windows/windows-libraries - url = git@github.com:mullvad/windows-libraries + url = https://github.com/mullvad/windows-libraries [submodule "windows/googletest"] path = windows/googletest - url = git@github.com:mullvad/googletest + url = https://github.com/mullvad/googletest |
