diff options
author | Michał Cichoń <michcic@gmail.com> | 2017-05-16 22:58:26 +0200 |
---|---|---|
committer | Michał Cichoń <michcic@gmail.com> | 2017-05-16 22:58:26 +0200 |
commit | 3dff75d0506f571477d0f5d8dee1946f7c452b5f (patch) | |
tree | 81c3b45294d15c4ea232d19cfd9add036bb8a09b | |
parent | 04bca21fc53b5a696648f76906be018405e82486 (diff) | |
download | pianobar-windows-build-3dff75d0506f571477d0f5d8dee1946f7c452b5f.tar.gz pianobar-windows-build-3dff75d0506f571477d0f5d8dee1946f7c452b5f.tar.bz2 pianobar-windows-build-3dff75d0506f571477d0f5d8dee1946f7c452b5f.zip |
Use HTTPS to access submodules.
-rw-r--r-- | .gitmodules | 4 |
1 files 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 |