Skip to content

Commit 67496be

Browse files
authored
Use HTTPS for submodule cloning
1 parent 3048356 commit 67496be

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.gitmodules

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,48 @@
11
[submodule "roms/vgabios"]
22
path = roms/vgabios
3-
url = git://gitlab.com/qemu-project/vgabios.git/
3+
url = https://gitlab.com/qemu-project/vgabios.git/
44
[submodule "roms/seabios"]
55
path = roms/seabios
6-
url = git://gitlab.com/qemu-project/seabios.git/
6+
url = https://gitlab.com/qemu-project/seabios.git/
77
[submodule "roms/SLOF"]
88
path = roms/SLOF
9-
url = git://gitlab.com/qemu-project/SLOF.git
9+
url = https://gitlab.com/qemu-project/SLOF.git
1010
[submodule "roms/ipxe"]
1111
path = roms/ipxe
12-
url = git://gitlab.com/qemu-project/ipxe.git
12+
url = https://gitlab.com/qemu-project/ipxe.git
1313
[submodule "roms/openbios"]
1414
path = roms/openbios
15-
url = git://gitlab.com/qemu-project/openbios.git
15+
url = https://gitlab.com/qemu-project/openbios.git
1616
[submodule "roms/openhackware"]
1717
path = roms/openhackware
18-
url = git://gitlab.com/qemu-project/openhackware.git
18+
url = https://gitlab.com/qemu-project/openhackware.git
1919
[submodule "roms/qemu-palcode"]
2020
path = roms/qemu-palcode
21-
url = git://github.com/rth7680/qemu-palcode.git
21+
url = https://github.com/rth7680/qemu-palcode.git
2222
[submodule "roms/sgabios"]
2323
path = roms/sgabios
24-
url = git://gitlab.com/qemu-project/sgabios.git
24+
url = https://gitlab.com/qemu-project/sgabios.git
2525
[submodule "dtc"]
2626
path = dtc
27-
url = git://gitlab.com/qemu-project/dtc.git
27+
url = https://gitlab.com/qemu-project/dtc.git
2828
[submodule "roms/u-boot"]
2929
path = roms/u-boot
30-
url = git://gitlab.com/qemu-project/u-boot.git
30+
url = https://gitlab.com/qemu-project/u-boot.git
3131
[submodule "roms/skiboot"]
3232
path = roms/skiboot
33-
url = git://gitlab.com/qemu-project/skiboot.git
33+
url = https://gitlab.com/qemu-project/skiboot.git
3434
[submodule "roms/QemuMacDrivers"]
3535
path = roms/QemuMacDrivers
36-
url = git://gitlab.com/qemu-project/QemuMacDrivers.git
36+
url = https://gitlab.com/qemu-project/QemuMacDrivers.git
3737
[submodule "ui/keycodemapdb"]
3838
path = ui/keycodemapdb
39-
url = git://gitlab.com/qemu-project/keycodemapdb.git
39+
url = https://gitlab.com/qemu-project/keycodemapdb.git
4040
[submodule "capstone"]
4141
path = capstone
42-
url = git://gitlab.com/qemu-project/capstone.git
42+
url = https://gitlab.com/qemu-project/capstone.git
4343
[submodule "roms/seabios-hppa"]
4444
path = roms/seabios-hppa
45-
url = git://github.com/hdeller/seabios-hppa.git
45+
url = https://github.com/hdeller/seabios-hppa.git
4646
[submodule "roms/u-boot-sam460ex"]
4747
path = roms/u-boot-sam460ex
48-
url = git://github.com/zbalaton/u-boot-sam460ex
48+
url = https://github.com/zbalaton/u-boot-sam460ex

0 commit comments

Comments
 (0)