aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorChristophe Romain <christophe.romain@process-one.net>2015-10-06 11:06:04 +0200
committerChristophe Romain <christophe.romain@process-one.net>2015-10-06 11:06:04 +0200
commit83dd79a6a78c8ac5c5a73143caa1a23c3a0a7f6e (patch)
tree8f81f72094519dee18e164d35d44c7ce668b6db7 /mix.exs
parentAvoid MAM dups when routing to multiple resources (diff)
Remove unused dependency
Diffstat (limited to '')
-rw-r--r--mix.exs1
1 files changed, 0 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 16732c53e..d45b3289c 100644
--- a/mix.exs
+++ b/mix.exs
@@ -39,7 +39,6 @@ defmodule Ejabberd.Mixfile do
{:p1_iconv, git: "https://github.com/processone/eiconv"},
{:esip, git: "https://github.com/processone/p1_sip"},
{:p1_stun, git: "https://github.com/processone/stun"},
- {:ehyperloglog, git: "https://github.com/vaxelfel/eHyperLogLog"},
{:p1_mysql, git: "https://github.com/processone/mysql"},
{:p1_pgsql, git: "https://github.com/processone/pgsql"},
{:eredis, git: "https://github.com/wooga/eredis"},