From e6f673463ffd0876bf09b62e423c9c8d5f065083 Mon Sep 17 00:00:00 2001 From: Dale Whinham Date: Tue, 20 Apr 2021 00:33:36 +0100 Subject: [PATCH] Use HTTPS remote path for FluidSynth submodule --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 3fc96ff..e755b43 100644 --- a/.gitmodules +++ b/.gitmodules @@ -12,5 +12,5 @@ ignore = dirty [submodule "external/fluidsynth"] path = external/fluidsynth - url = git@github.com:FluidSynth/fluidsynth.git + url = https://github.com/FluidSynth/fluidsynth.git ignore = dirty