aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorMickael Remond <mremond@process-one.net>2016-02-03 11:17:16 +0100
committerMickael Remond <mremond@process-one.net>2016-02-03 11:17:24 +0100
commit99b5c5712c2a068f90250e0283840a3f0093d65e (patch)
treedcbe9f14f6fb4bd17dbcfa5661988828248e082d /mix.exs
parentMove database dependencies to new repository / modules (diff)
Move to new iconv package
Diffstat (limited to '')
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index f9ce0400c..668773333 100644
--- a/mix.exs
+++ b/mix.exs
@@ -54,7 +54,7 @@ defmodule Ejabberd.Mixfile do
{:p1_pgsql, "~> 1.0"},
{:sqlite3, "~> 1.1"},
{:p1_zlib, git: "https://github.com/processone/zlib", tag: "1.0.0"},
- {:p1_iconv, git: "https://github.com/processone/eiconv", tag: "0.9.0"},
+ {:iconv, "~> 1.0"},
{:eredis, "~> 1.0"},
{:exrm, "~> 1.0.0-rc7", only: :dev}]
end