From a25c92b2a1df50deb7b5358e3895b94b559c05bd Mon Sep 17 00:00:00 2001 From: Gregory Petrosyan Date: Tue, 20 Aug 2019 20:04:13 +0300 Subject: [PATCH] Update pybind11 git URL to the working one ``` $ git clone https://github.com/pybind/pybind11/ Cloning into 'pybind11'... ERROR: Repository not found. fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. ```` --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index a1bae75f..70ea0b4e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "libs/pybind11"] path = blockscipy/blocksci/pybind11 - url = https://github.com/pybind/pybind11/ + url = https://github.com/pybind/pybind11.git [submodule "libs/bitcoin-api-cpp"] path = external/bitcoin-api-cpp url = https://github.com/hkalodner/bitcoin-api-cpp.git