From 11502ccfcf4fed42c1381bb1f5773d748b6d22f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Magiera?= Date: Wed, 27 Nov 2019 12:35:16 +0100 Subject: [PATCH] Use https in gitmodules --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index c50b68575..a655f05b9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "extern/filecoin-ffi"] path = extern/filecoin-ffi - url = git@github.com:filecoin-project/filecoin-ffi + url = https://github.com/filecoin-project/filecoin-ffi.git branch = master