From 85e5f198e360e4a30574556cd77e8709b0e27384 Mon Sep 17 00:00:00 2001 From: mbh Date: Thu, 8 Feb 2018 14:24:17 +0100 Subject: [PATCH] make it so git submodules dont need auth --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 5158786..8b373cd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "data"] path = data - url = git@github.com:ixty/wnm_data.git + url = https://github.com/ixty/wnm_data.git [submodule "data-raw"] path = data-raw - url = git@github.com:ixty/wnm_data_raw.git + url = https://github.com/ixty/wnm_data_raw.git