From 3dff75d0506f571477d0f5d8dee1946f7c452b5f Mon Sep 17 00:00:00 2001 From: Michał Cichoń Date: Tue, 16 May 2017 22:58:26 +0200 Subject: Use HTTPS to access submodules. --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index e0ae8de..02d32b4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,8 +1,8 @@ [submodule "pianobar/src"] path = pianobar/src - url = git@github.com:thedmd/pianobar-windows.git + url = https://github.com/thedmd/pianobar-windows.git branch = windows-port [submodule "build"] path = build - url = git@github.com:thedmd/pianobar-windows-binaries.git + url = https://github.com/thedmd/pianobar-windows-binaries.git branch = master -- cgit v1.2.3