diff options
author | Dominik Ritter <dritter03@googlemail.com> | 2016-02-09 11:49:19 +0300 |
---|---|---|
committer | Dominik Ritter <dritter03@googlemail.com> | 2016-02-12 03:18:35 +0300 |
commit | be0dce7ff6606bc0379ed209649a9fe74091d786 (patch) | |
tree | 53192ef280c62188a0c7bc37018e27ede5fb0e22 /.gitmodules | |
parent | ded4653bf268c06757352be0fb1dfafb462ae506 (diff) |
Load submodules from HTTPS
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index b887685f..743b8e91 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "shunit2"] path = shunit2 - url = git@github.com:kward/shunit2.git + url = https://github.com/kward/shunit2.git |