From 8e0bad3e2a5dab191266cd379f96f01c6fbccf22 Mon Sep 17 00:00:00 2001 From: Gert van Dijk Date: Sat, 30 May 2020 15:18:05 +0200 Subject: [PATCH] Change git submodule URL to use HTTPS scheme Using the oldstyle git protocol is less efficient and not always available on a corporate network. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 23fe0c1..2dbb700 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "docs/_themes"] path = docs/_themes - url = git://github.com/lepture/flask-sphinx-themes.git + url = https://github.com/lepture/flask-sphinx-themes.git