Skip to content

Commit

Permalink
.gitmodule: Use https rather than git URL.
Browse files Browse the repository at this point in the history
iThis helps people behind firewalls.
  • Loading branch information
John MacFarlane committed Jan 25, 2013
1 parent f135ac2 commit 645bf4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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

0 comments on commit 645bf4e

Please sign in to comment.