From 718ec854798b74379762b8f74f6436827aa9d1d6 Mon Sep 17 00:00:00 2001 From: Tian Jin Date: Tue, 10 Mar 2020 00:16:43 +0800 Subject: [PATCH] Change variant repo from git to https. (#17) --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 2293919..cd8c28a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -9,4 +9,4 @@ url = https://github.com/pybind/pybind11.git [submodule "third_party/variant"] path = third_party/variant - url = git@github.com:mpark/variant.git + url = https://github.com/mpark/variant.git