summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorDavid Black <dblack@atlassian.com>2012-11-02 10:43:48 +1100
committerDavid Black <dblack@atlassian.com>2012-11-02 10:43:48 +1100
commit0328caa516fffdbb5f28fd59798a9775aa2b05f5 (patch)
tree0ee03a4167d37d523f1e5610a1027aa5c852cdd5 /.gitmodules
parentec6998f503e4619cd6bdecbbf372552ea126900a (diff)
downloadgitdb-0328caa516fffdbb5f28fd59798a9775aa2b05f5.tar.gz
Update gitmodules to point to the https location of the git repositories.
Signed-off-by: David <dblack@atlassian.com>
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules
index 062ec5b..9781053 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,6 +1,6 @@
[submodule "async"]
path = gitdb/ext/async
- url = http://github.com/gitpython-developers/async.git
+ url = https://github.com/gitpython-developers/async.git
[submodule "smmap"]
path = gitdb/ext/smmap
- url = http://github.com/Byron/smmap.git
+ url = https://github.com/Byron/smmap.git