diff options
author | John MacFarlane <jgm@berkeley.edu> | 2011-07-28 23:36:25 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2011-07-28 23:36:25 -0700 |
commit | b659a26488f8476304bef73d5df0ffbddd64d06f (patch) | |
tree | 123f9445f0622c6a8a01976df7a3d668b9061e06 | |
parent | ba1fd70b471e953714ace9d0040f78f3c06e828a (diff) | |
download | pandoc-b659a26488f8476304bef73d5df0ffbddd64d06f.tar.gz |
Revert "Use non-ssh-requiring URL for templates submodule."
This reverts commit ba1fd70b471e953714ace9d0040f78f3c06e828a.
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index c08167170..38c0ad87c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "templates"] path = templates - url = https://github.com/jgm/pandoc-templates.git + url = git@github.com:jgm/pandoc-templates.git |