misc(submodule): correct case seneitivity in url (#4585)

The repo url in Gitee is case sensitive. It's necessary to correct them.
This commit is contained in:
Xu, Zefan 2025-04-18 10:34:02 +08:00 committed by GitHub
parent 76d5f3ea56
commit d1bdb5cb64
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

8
.gitmodules vendored
View File

@ -6,22 +6,22 @@
url = https://github.com/OpenXiangShan/difftest.git
[submodule "ready-to-run"]
path = ready-to-run
url = https://github.com/OpenXiangShan/ready-to-run
url = https://github.com/OpenXiangShan/ready-to-run.git
[submodule "huancun"]
path = huancun
url = https://github.com/OpenXiangshan/huancun.git
url = https://github.com/OpenXiangShan/HuanCun.git
[submodule "fudian"]
path = fudian
url = https://github.com/OpenXiangShan/fudian.git
[submodule "utility"]
path = utility
url = https://github.com/OpenXiangShan/utility
url = https://github.com/OpenXiangShan/Utility.git
[submodule "yunsuan"]
path = yunsuan
url = https://github.com/OpenXiangShan/YunSuan.git
[submodule "coupledL2"]
path = coupledL2
url = https://github.com/OpenXiangShan/coupledL2
url = https://github.com/OpenXiangShan/CoupledL2.git
[submodule "openLLC"]
path = openLLC
url = https://github.com/OpenXiangShan/OpenLLC.git