summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorAlexander Strizhakov <alex.strizhakov@gmail.com>2020-01-28 15:19:05 +0300
committerAlexander Strizhakov <alex.strizhakov@gmail.com>2020-01-28 15:19:05 +0300
commit91ea3ed82cc29f02ae8eec94e4e4ced325a7e008 (patch)
treec97c4f953b4f7dc790452024de7f2468c6e101fb /mix.exs
parent7c6e5c541de808957be8a1948fa7a20eba8734df (diff)
downloadpleroma-91ea3ed82cc29f02ae8eec94e4e4ced325a7e008.tar.gz
pleroma-91ea3ed82cc29f02ae8eec94e4e4ced325a7e008.zip
moving restarter application into pleroma repo
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 1d0b59e56..2608f986e 100644
--- 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