From 7c15940be8a68308bfcc6ae9e775fb6c68f8e897 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Fri, 2 Mar 2018 09:38:58 +0100 Subject: [PATCH] Use JUSH from GitHub --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index d4f3ee4f..63ed7709 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "jush"] path = externals/jush - url = git://git.code.sf.net/p/jush/git + url = git://github.com/vrana/jush [submodule "JsShrink"] path = externals/JsShrink - url = git://github.com/vrana/JsShrink.git + url = git://github.com/vrana/JsShrink