summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2011-07-28 23:43:53 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2011-07-28 23:43:53 -0700
commit1199ba923dbd8b92b85bb500efefbf2afa0778a8 (patch)
treee23f0027e928de06ec1075e80553d5f1216c4304
parentb659a26488f8476304bef73d5df0ffbddd64d06f (diff)
Use git://, not ssh, for submodules.
-rw-r--r--.gitmodules2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules
index 38c0ad87c..949c10b0e 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,3 @@
[submodule "templates"]
path = templates
- url = git@github.com:jgm/pandoc-templates.git
+ url = git://github.com/jgm/pandoc-templates.git