Browse Source

Switch musl upstream URL from git:// to https://

This was the only such upstream URL and it caused issues for anyone
attempting to use it behind a proxy.

Fixes #1155.
pull/1156/head
Ivan Ganev 3 years ago
parent
commit
3b4fff7afb
  1. 2
      .gitmodules

2
.gitmodules

@ -26,7 +26,7 @@
url = https://gitlab.com/qemu-project/qemu.git
[submodule "musl"]
path = musl
url = git://git.musl-libc.org/musl
url = https://git.musl-libc.org/git/musl
branch = master
[submodule "spike"]
path = spike

Loading…
Cancel
Save