From ef1cacf616e8ebe5dda4686137981039956c2fcf Mon Sep 17 00:00:00 2001 From: waicool20 Date: Sun, 3 Jun 2018 00:17:53 +0800 Subject: [PATCH] Use publicly cloneable git url for waicoolUtils submodule --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 0bf1be1..ef9ba47 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "waicoolUtils"] path = waicoolUtils - url = git@github.com:waicool20/waicoolUtils.git + url = git://github.com/waicool20/waicoolUtils.git