summaryrefslogtreecommitdiff
path: root/rebar.config
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2021-01-22 13:39:02 +0100
committerBadlop <badlop@process-one.net>2021-01-22 13:39:02 +0100
commitadfcbfdcbaad471cab6b2b1d903a447169dffeb9 (patch)
treef02e34b1bbced5c168654eba5067b5e9da576b0d /rebar.config
parentThose gettext PO files are now available in the new ejabberd_po repository (diff)
Fix URL of ejabberd_po, use the final one
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config
index aadbb334..87516834 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,