From b7ac48645eb801cb9e03439f3f193f2e8b7ca555 Mon Sep 17 00:00:00 2001 From: Lionel Laffineur Date: Sun, 30 Jul 2023 14:42:19 +0200 Subject: [PATCH] Adjusted .gitmodules to allow download of vrana/* --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 5810a5e7..7688bddb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,9 @@ [submodule "jush"] path = externals/jush - url = git://github.com/vrana/jush + url = https://github.com/vrana/jush [submodule "JsShrink"] path = externals/JsShrink - url = git://github.com/vrana/JsShrink + url = https://github.com/vrana/JsShrink [submodule "designs/hydra"] path = designs/hydra url = https://github.com/Niyko/Hydra-Dark-Theme-for-Adminer