From 44ab304f811d8334dde2efcfeeae4c45ad7cb61e Mon Sep 17 00:00:00 2001 From: Seth Falcon Date: Tue, 25 Aug 2015 21:20:32 -0700 Subject: [PATCH] Use the canonical repo for edown Patches that motivated the use of seth/edown have been merged upstream. --- priv/templates/concrete_project_rebar.config.script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/priv/templates/concrete_project_rebar.config.script b/priv/templates/concrete_project_rebar.config.script index b7495e3..8ebfa54 100644 --- a/priv/templates/concrete_project_rebar.config.script +++ b/priv/templates/concrete_project_rebar.config.script @@ -61,7 +61,7 @@ EDown = case proplists:get_value(use_edown, CONFIG) of [DocOpts, {deps, [{edown, ".*", - {git, "git://github.com/seth/edown.git", + {git, "git://github.com/uwiger/edown.git", {branch, "master"}}}]}] end,