diff options
author | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-01-28 15:19:05 +0300 |
---|---|---|
committer | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-01-28 15:19:05 +0300 |
commit | 91ea3ed82cc29f02ae8eec94e4e4ced325a7e008 (patch) | |
tree | c97c4f953b4f7dc790452024de7f2468c6e101fb /mix.exs | |
parent | 7c6e5c541de808957be8a1948fa7a20eba8734df (diff) | |
download | pleroma-91ea3ed82cc29f02ae8eec94e4e4ced325a7e008.tar.gz pleroma-91ea3ed82cc29f02ae8eec94e4e4ced325a7e008.zip |
moving restarter application into pleroma repo
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |