summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2020-07-21 22:17:34 +0000
committerlain <lain@soykaf.club>2020-07-21 22:17:34 +0000
commit696c13ce54aff25737f8f753a94747d79b9c54b0 (patch)
tree99d52ee68fdaef14d5fc3e63ec90e6f241ea56c5 /mix.exs
parent2b5d9eb10529325aef1b4aab980bd901ba6b0c70 (diff)
Revert "Merge branch 'linkify' into 'develop'"
This reverts merge request !2677
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs4
1 files changed, 3 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index f44d7a887..52b4cf268 100644
--- a/mix.exs
+++ b/mix.exs
@@ -166,7 +166,9 @@ defmodule Pleroma.Mixfile do
{:floki, "~> 0.25"},
{:timex, "~> 3.5"},
{:ueberauth, "~> 0.4"},
- {:linkify, "~> 0.2.0"},
+ {:auto_linker,
+ git: "https://git.pleroma.social/pleroma/auto_linker.git",
+ ref: "95e8188490e97505c56636c1379ffdf036c1fdde"},
{:http_signatures,
git: "https://git.pleroma.social/pleroma/http_signatures.git",
ref: "293d77bb6f4a67ac8bde1428735c3b42f22cbb30"},