Skip to content

Commit 3b4fff7

Browse files
author
Ivan Ganev
committed
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.
1 parent c63d1b6 commit 3b4fff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
url = https://gitlab.com/qemu-project/qemu.git
2727
[submodule "musl"]
2828
path = musl
29-
url = git://git.musl-libc.org/musl
29+
url = https://git.musl-libc.org/git/musl
3030
branch = master
3131
[submodule "spike"]
3232
path = spike

0 commit comments

Comments
 (0)