From 645bf4ed2fc62ffec68ce47ef472604391db7e36 Mon Sep 17 00:00:00 2001
From: John MacFarlane <fiddlosopher@gmail.com>
Date: Fri, 25 Jan 2013 12:25:54 -0800
Subject: [PATCH] .gitmodule:  Use https rather than git URL.

iThis helps people behind firewalls.
---
 .gitmodules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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