From f8af488f6824045146a67362e743fc64be571ed5 Mon Sep 17 00:00:00 2001 From: Bastian de Byl Date: Wed, 24 Jul 2019 14:36:13 -0400 Subject: [PATCH] Changed submodule from SSH to HTTPS --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 7c4d27e..b0f3d0f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "themes/even"] - path = themes/even - url = git@gitlab.com:bdebyl/hugo-theme-even.git + path = themes/even + url = https://gitlab.com/bdebyl/hugo-theme-even.git