aboutsummaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorAndrew Browning <ayleph@thisshitistemp.com>2018-04-02 01:34:35 -0400
committerAndrew Browning <ayleph@thisshitistemp.com>2018-04-02 01:34:37 -0400
commit7ab8ca61c466601c18384c8977ec1c20a8949cb3 (patch)
tree76e424ab91b26d5553f26cbc425730d69ca1ed09 /.gitmodules
parent85f6bea61f8205aa337afa96faf9941e2ebb99e9 (diff)
downloadmediagoblin-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--.gitmodules6
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