From 4a5600c2a997f211b2b91b42751e733665ae8275 Mon Sep 17 00:00:00 2001 From: neuromancer Date: Sun, 10 Mar 2019 13:45:25 -0300 Subject: [PATCH] Fixed .gitmodules to be easier to clone --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 1879594..47b3add 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "libyaml"] path = libyaml - url = git@github.com:yaml/libyaml.git + url = https://github.com/yaml/libyaml.git [submodule "abaci"] path = abaci - url = git@github.com:hyperlogic/abaci.git + url = https://github.com/hyperlogic/abaci.git