summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2013-01-25 12:25:54 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2013-01-25 12:25:54 -0800
commit645bf4ed2fc62ffec68ce47ef472604391db7e36 (patch)
treefb2c25bf3b6b294fa99ca8c0cf1d045837389693
parentf135ac2389240c42d7c27ab9f9b48b58a3db10c5 (diff)
.gitmodule: Use https rather than git URL.
iThis helps people behind firewalls.
-rw-r--r--.gitmodules2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules
index 18cea0397..dea005e41 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,3 @@
[submodule "templates"]
path = data/templates
- url = git://github.com/jgm/pandoc-templates.git
+ url = https://github.com/jgm/pandoc-templates.git