Skip to content

Commit 3833eac

Browse files
committed
Make the URL for the submodule valid
CMSIS-SVD repository was moved plus git:// makes the git command hang. [Recent change](NixOS/nixpkgs@5cd869c) in the Rust platform in `NixOS/nixpkgs` prevents a user from packaging a Rust program using crates from this repository to be used as dependencies as it forces their submodules to be checked out, regardless of the `submodule.*.update` setting.
1 parent 60a3b60 commit 3833eac

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
@@ -1,4 +1,4 @@
11
[submodule "cmsis-svd"]
22
path = cmsis-svd
3-
url = git://github.com/posborne/cmsis-svd.git
3+
url = https://github.com/cmsis-svd/cmsis-svd.git
44
update = none

0 commit comments

Comments
 (0)