From d3a3530566b641633f7ddced6e55497126dbe045 Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Thu, 13 Jun 2019 12:12:30 -0700 Subject: [PATCH] gitmodules: use https so we don't need an ssh key --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index f0f10eeb5..d3c113928 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "assets/dir-index-html"] path = assets/dir-index-html - url = git@github.com:ipfs/dir-index-html + url = https://github.com/ipfs/dir-index-html.git