diff options
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -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"}, |