From bdfcc30cc947cd685adbb9f4fae29f285d21c667 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Thu, 21 Feb 2019 16:25:05 +0100 Subject: [PATCH] .gitmodules should point to HTTP GitHub URLs instead of SSH or ReadTheDocs will fail --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index add9d8b4..460cf2b5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -6,4 +6,4 @@ url = https://github.com/BlackLight/platypush.wiki.git [submodule "platypush/backend/http/static/flag-icons"] path = platypush/backend/http/static/flag-icons - url = git@github.com:lipis/flag-icon-css.git + url = https://github.com/lipis/flag-icon-css.git