aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorSteffan Karger2016-11-22 21:12:08 +0100
committerGert Doering2016-11-22 22:24:25 +0100
commitda941141f34935f2c362b262a83de3cd722b65d6 (patch)
tree0b0a233d414d4f089268f4f30f6064b3aca0720f /.gitmodules
parent418d2d98489dfe7afafcaf21828541d034afb7f4 (diff)
downloadopenvpn-da941141f34935f2c362b262a83de3cd722b65d6.zip
openvpn-da941141f34935f2c362b262a83de3cd722b65d6.tar.gz
Change cmocka remote to use https in stead of git protocol
Allows to clone the cmocka submodule from networks where 'anything but web and mail' is firewalled. Signed-off-by: Steffan Karger <steffan.karger@fox-it.com> Acked-by: Gert Doering <gert@greenie.muc.de> Message-Id: <1479845528-16068-1-git-send-email-steffan@karger.me> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg13203.html Signed-off-by: Gert Doering <gert@greenie.muc.de>
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules
index e9c6388..c1ff36e 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,4 +1,4 @@
[submodule "vendor/cmocka"]
path = vendor/cmocka
- url = git://git.cryptomilk.org/projects/cmocka.git
+ url = https://git.cryptomilk.org/projects/cmocka.git
branch = master