diff options
| author | David Black <dblack@atlassian.com> | 2012-11-02 10:43:48 +1100 |
|---|---|---|
| committer | David Black <dblack@atlassian.com> | 2012-11-02 10:43:48 +1100 |
| commit | 0328caa516fffdbb5f28fd59798a9775aa2b05f5 (patch) | |
| tree | 0ee03a4167d37d523f1e5610a1027aa5c852cdd5 /.gitmodules | |
| parent | ec6998f503e4619cd6bdecbbf372552ea126900a (diff) | |
| download | gitdb-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-- | .gitmodules | 4 |
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 |
