Skip to content

Commit 0328caa

Browse files
committed
Update gitmodules to point to the https location of the git repositories.
Signed-off-by: David <dblack@atlassian.com>
1 parent ec6998f commit 0328caa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitmodules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[submodule "async"]
22
path = gitdb/ext/async
3-
url = http://github.com/gitpython-developers/async.git
3+
url = https://github.com/gitpython-developers/async.git
44
[submodule "smmap"]
55
path = gitdb/ext/smmap
6-
url = http://github.com/Byron/smmap.git
6+
url = https://github.com/Byron/smmap.git

0 commit comments

Comments
 (0)