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