0
0
mirror of https://github.com/OpenVPN/openvpn.git synced 2024-09-19 19:42:30 +02:00

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>
This commit is contained in:
Steffan Karger 2016-11-22 21:12:08 +01:00 committed by Gert Doering
parent 418d2d9848
commit da941141f3

2
.gitmodules vendored
View File

@ -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