Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2022-03-08 13:02:22 +0300
committerBadlop <badlop@process-one.net>2022-03-10 15:09:24 +0300
commita846260d6e15d281a63fff9b0be50a72a9604700 (patch)
tree2504227dfbac0a8a39fd0cd4e4dd7dff545ab968 /mix.exs
parentdca49f508f0bb9c8e300993cffc431a998ed5c93 (diff)
Update ejabberd to not use Distillery (#3788)
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs1
1 files changed, 0 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 4e61b0dcd..d7e031040 100644
--- a/mix.exs
+++ b/mix.exs
@@ -100,7 +100,6 @@ defmodule Ejabberd.MixProject do
defp deps do
[{:base64url, "~> 1.0"},
{:cache_tab, "~> 1.0"},
- {:distillery, "~> 2.0"},
{:eimp, "~> 1.0"},
{:ex_doc, ">= 0.0.0", only: :dev},
{:fast_tls, "~> 1.1"},