diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2013-01-25 12:25:54 -0800 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2013-01-25 12:25:54 -0800 |
commit | 645bf4ed2fc62ffec68ce47ef472604391db7e36 (patch) | |
tree | fb2c25bf3b6b294fa99ca8c0cf1d045837389693 | |
parent | f135ac2389240c42d7c27ab9f9b48b58a3db10c5 (diff) | |
download | pandoc-645bf4ed2fc62ffec68ce47ef472604391db7e36.tar.gz |
.gitmodule: Use https rather than git URL.
iThis helps people behind firewalls.
-rw-r--r-- | .gitmodules | 2 |
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 |