.gitmodule: Use https rather than git URL.

iThis helps people behind firewalls.
This commit is contained in:
John MacFarlane 2013-01-25 12:25:54 -08:00
parent f135ac2389
commit 645bf4ed2f

2
.gitmodules vendored
View file

@ -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