diff options
author | Andrew Browning <ayleph@thisshitistemp.com> | 2018-04-02 01:34:35 -0400 |
---|---|---|
committer | Andrew Browning <ayleph@thisshitistemp.com> | 2018-04-02 01:34:37 -0400 |
commit | 7ab8ca61c466601c18384c8977ec1c20a8949cb3 (patch) | |
tree | 76e424ab91b26d5553f26cbc425730d69ca1ed09 /.gitmodules | |
parent | 85f6bea61f8205aa337afa96faf9941e2ebb99e9 (diff) | |
download | mediagoblin-7ab8ca61c466601c18384c8977ec1c20a8949cb3.tar.lz mediagoblin-7ab8ca61c466601c18384c8977ec1c20a8949cb3.tar.xz mediagoblin-7ab8ca61c466601c18384c8977ec1c20a8949cb3.zip |
Use https:// instead of git:// to clone [#5551]
This was partially addressed in eee3e41 but missed many items.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 562ad4e4..d9171995 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,12 +1,12 @@ [submodule "pdf.js"] path = pdf.js - url = git://github.com/mozilla/pdf.js.git + url = https://github.com/mozilla/pdf.js.git [submodule "extlib/pdf.js"] path = extlib/pdf.js - url = git://github.com/mozilla/pdf.js.git + url = https://github.com/mozilla/pdf.js.git [submodule "extlib/skeleton"] path = extlib/skeleton - url = git://github.com/dhg/Skeleton.git + url = https://github.com/dhg/Skeleton.git [submodule "extlib/sandyseventiesspeedboat"] path = extlib/sandyseventiesspeedboat url = https://github.com/jpope777/sandyseventiesspeedboat-mg.git |