From b973a4432d902495e1a907d9f7e79ada831e28bc Mon Sep 17 00:00:00 2001 From: Vikram Rajkumar Date: Fri, 13 Jan 2017 15:59:38 -0600 Subject: [PATCH] Update submodules --- .gitmodules | 10 +++++----- vendor/diff-match-patch-cpp-stl | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitmodules b/.gitmodules index 22610c4..0c2a833 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,9 @@ +[submodule "vendor/diff-match-patch-cpp-stl"] + path = vendor/diff-match-patch-cpp-stl + url = https://github.com/leutloff/diff-match-patch-cpp-stl [submodule "vendor/secp256k1-zkp"] - path = vendor/secp256k1-zkp - url = https://github.com/cryptonomex/secp256k1-zkp.git + path = vendor/secp256k1-zkp + url = https://github.com/bitshares/secp256k1-zkp.git [submodule "vendor/websocketpp"] path = vendor/websocketpp url = https://github.com/zaphoyd/websocketpp.git -[submodule "vendor/diff-match-patch-cpp-stl"] - path = vendor/diff-match-patch-cpp-stl - url = https://github.com/leutloff/diff-match-patch-cpp-stl diff --git a/vendor/diff-match-patch-cpp-stl b/vendor/diff-match-patch-cpp-stl index aee799a..7f95b37 160000 --- a/vendor/diff-match-patch-cpp-stl +++ b/vendor/diff-match-patch-cpp-stl @@ -1 +1 @@ -Subproject commit aee799a31d08977b166fb19cad794730717e3304 +Subproject commit 7f95b37e554453262e2bcda830724fc362614103