From 9737db4ebfb54144dcbf8bbf7c616d2d58ad9be0 Mon Sep 17 00:00:00 2001 From: Daniel Barber Date: Mon, 7 Oct 2019 18:38:47 +0100 Subject: [PATCH] Use HTTPS for submodule --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index a4ccc9e9..26bcb4c9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "themes/hyde"] path = themes/hyde - url = git@github.com:spf13/hyde.git + url = https://github.com/spf13/hyde.git