From c4e0ab2316711a0d2f9ad8bc062a89c23e4869c0 Mon Sep 17 00:00:00 2001 From: Dinis Date: Tue, 17 Mar 2020 16:29:12 +0000 Subject: [PATCH] fix wrong submodule repo url. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index bfd7201e..9cf0e61e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "gluon/packages/dal"] path = gluon/packages/dal - url = https://github.com/leonelcamara/pydal.git + url = https://github.com/web2py/pydal.git [submodule "gluon/packages/yatl"] path = gluon/packages/yatl url = https://github.com/web2py/yatl