diff options
author | lain <lain@soykaf.club> | 2020-07-21 22:17:34 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-07-21 22:17:34 +0000 |
commit | 696c13ce54aff25737f8f753a94747d79b9c54b0 (patch) | |
tree | 99d52ee68fdaef14d5fc3e63ec90e6f241ea56c5 /mix.exs | |
parent | 2b5d9eb10529325aef1b4aab980bd901ba6b0c70 (diff) | |
download | pleroma-696c13ce54aff25737f8f753a94747d79b9c54b0.tar.gz |
Revert "Merge branch 'linkify' into 'develop'"
This reverts merge request !2677
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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"}, |