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
parent
commit
19688bc7e0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  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