From d7bcea1fe2f4d72b2e525c2df260158444ad6e09 Mon Sep 17 00:00:00 2001 From: malavan Date: Wed, 18 Aug 2021 21:46:16 +0000 Subject: [PATCH] use our own clone of rocksdb Former-commit-id: 0aeceb2a8c487eea43d47497647d4e38a3478ca7 --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 21accf31b..10f6aca73 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "deps/rocksdb"] path = deps/rocksdb - url = https://github.com/facebook/rocksdb.git + url = https://gitlab.eqalpha.com/keydb-dev/rocksdb.git [submodule "deps/depot_tools"] path = deps/depot_tools url = https://chromium.googlesource.com/chromium/tools/depot_tools.git