aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs6
1 files changed, 2 insertions, 4 deletions
diff --git a/mix.exs b/mix.exs
index b449c82b3..2efe683a6 100644
--- a/mix.exs
+++ b/mix.exs
@@ -77,9 +77,8 @@ defmodule Pleroma.Mixfile do
:logger,
:runtime_tools,
:comeonin,
- :quack,
- :fast_sanitize,
- :ssl
+ :ssl,
+ :fast_sanitize
],
included_applications: [:ex_syslogger]
]
@@ -192,7 +191,6 @@ defmodule Pleroma.Mixfile do
{:captcha,
git: "https://git.pleroma.social/pleroma/elixir-libraries/elixir-captcha.git",
ref: "e0f16822d578866e186a0974d65ad58cddc1e2ab"},
- {:restarter, path: "./restarter"},
{:majic,
git: "https://git.pleroma.social/pleroma/elixir-libraries/majic.git",
ref: "289cda1b6d0d70ccb2ba508a2b0bd24638db2880"},