moving restarter application into pleroma repo

This commit is contained in:
Alexander Strizhakov 2020-01-28 15:19:05 +03:00
commit 91ea3ed82c
No known key found for this signature in database
GPG key ID: 022896A53AEF1381
4 changed files with 58 additions and 1 deletions

View file

@ -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