From adfcbfdcbaad471cab6b2b1d903a447169dffeb9 Mon Sep 17 00:00:00 2001 From: Badlop Date: Fri, 22 Jan 2021 13:39:02 +0100 Subject: [PATCH] Fix URL of ejabberd_po, use the final one --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index aadbb334c..875168349 100644 --- a/rebar.config +++ b/rebar.config @@ -22,7 +22,7 @@ {cache_tab, ".*", {git, "https://github.com/processone/cache_tab", {tag, "1.0.26"}}}, {eimp, ".*", {git, "https://github.com/processone/eimp", {tag, "1.0.18"}}}, {if_var_true, tools, - {ejabberd_po, ".*", {git, "https://github.com/badlop/ejabberd-po", {branch, "main"}}}}, + {ejabberd_po, ".*", {git, "https://github.com/processone/ejabberd-po", {branch, "main"}}}}, {if_var_true, elixir, {elixir, ".*", {git, "https://github.com/elixir-lang/elixir", {tag, "v1.4.4"}}}}, {if_var_true, pam,