Skip to content

Commit b9d2050

Browse files
authored
fix github git url (deepmodeling#1409)
Since today, GitHub disable unencrypted `git://`. See https://github.blog/2021-09-01-improving-git-protocol-security-github/. We use `https://` instead.
1 parent 1fa9e63 commit b9d2050

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitmodules

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[submodule "source/lib/src/cuda/cub"]
22
path = source/lib/src/cuda/cub
3-
url = git://github.com/NVIDIA/cub.git
3+
url = https://github.com/NVIDIA/cub.git

0 commit comments

Comments
 (0)