Skip to content

Commit 17b1837

Browse files
committed
Use HTTPS for submodule URLs
1 parent 74e34aa commit 17b1837

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.gitmodules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[submodule "louvain-community"]
22
path = louvain-community
3-
url = git@github.com:meelgroup/louvain-community.git
3+
url = https://github.com/meelgroup/louvain-community
44
branch = master
55
[submodule "cryptominisat"]
66
path = cryptominisat
7-
url = git@github.com:meelgroup/cryptominisat-manthan.git
7+
url = https://github.com/meelgroup/cryptominisat-manthan
88
branch = manthan-arm-fixes

cryptominisat

0 commit comments

Comments
 (0)