moving restarter application into pleroma repo
[akkoma] / mix.exs
diff --git a/mix.exs b/mix.exs
index 1d0b59e566b6d1699246b3b68d97bfaecec0e452..2608f986e102c688e8efe07176500c57413150bc 100644 (file)
--- a/mix.exs
+++ b/mix.exs
@@ -172,7 +172,7 @@ defmodule Pleroma.Mixfile do
        git: "https://git.pleroma.social/pleroma/elixir-libraries/elixir-captcha.git",
        ref: "e0f16822d578866e186a0974d65ad58cddc1e2ab"},
       {:mox, "~> 0.5", only: :test},
-      {:restarter, git: "https://git.pleroma.social/alex.s/restarter"}
+      {:restarter, path: "../restarter"}
     ] ++ oauth_deps()
   end