Browse Source
Merge pull request #1156 from ibganev/fix-musl-upstream-url
Switch musl upstream URL from git:// to https://
pull/1160/head
2022.11.12
Christoph Müllner
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.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 |
|
|
|
|