From 7582157a3b18f92b53ff26f8d83d3856784dac93 Mon Sep 17 00:00:00 2001 From: zhanghaolong Date: Tue, 22 Mar 2022 14:42:32 +0800 Subject: [PATCH] chore(deps): change flatbuffers repo from google to MegEngine --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 1d874ceb..eacaf36e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -24,7 +24,7 @@ url = https://github.com/MegEngine/MegRay.git [submodule "third_party/flatbuffers"] path = third_party/flatbuffers - url = https://github.com/google/flatbuffers.git + url = https://github.com/MegEngine/flatbuffers.git [submodule "third_party/pybind11"] path = third_party/pybind11 url = https://github.com/pybind/pybind11.git