Browse Source

Use uwiger remote for edown

Fixes Erlang 18 compat issue
Seth Falcon 9 years ago
parent
commit
10410d07c7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rebar.config.script

+ 1 - 1
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,