From df67ded9f1c88477e877973fa3076fa7c91c1aa7 Mon Sep 17 00:00:00 2001 From: Tang Yetong Date: Thu, 16 Jun 2022 03:23:26 +0800 Subject: [PATCH] Feat: Update gitmodule to use HTTPS Signed-off-by: Tang Yetong --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 9c7f2ac..c582725 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "bdk-ffi"] path = bdk-ffi - url = git@github.com:bitcoindevkit/bdk-ffi.git + url = https://github.com/bitcoindevkit/bdk-ffi.git