From e2b4d3b6a1567dcc41e9a4e07e7c84522ed264b5 Mon Sep 17 00:00:00 2001 From: Lu Zhenyu Date: Mon, 5 Aug 2024 13:19:10 +0800 Subject: [PATCH] Update submodules --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 1a59e543..c9dee434 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "jedi/third_party/typeshed"] path = jedi/third_party/typeshed - url = https://github.com/davidhalter/typeshed.git + url = https://git.pick-up.group/VimPlug/typeshed.git [submodule "jedi/third_party/django-stubs"] path = jedi/third_party/django-stubs - url = https://github.com/davidhalter/django-stubs + url = https://git.pick-up.group/VimPlug/django-stubs