From 94b3a62a5f66668eb8fcbdfdddfa0ec84fd385c3 Mon Sep 17 00:00:00 2001 From: Isaak Lim Date: Thu, 15 Feb 2018 16:03:25 +0100 Subject: [PATCH] Revert "make external submodule pybind11 http" This reverts commit 2f2278de822e05bc1b8dd07f327b1617c907a9ba. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index df56c7b..c4ad5bb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "pybind11"] path = pybind11 - url = http://github.com/pybind/pybind11.git + url = https://github.com/pybind/pybind11.git [submodule "OpenMesh"] path = OpenMesh url = https://www.graphics.rwth-aachen.de:9000/OpenMesh/OpenMesh.git -- GitLab