diff options
author | lain <lain@soykaf.club> | 2020-07-21 19:35:43 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-07-21 19:35:43 +0000 |
commit | 2b5d9eb10529325aef1b4aab980bd901ba6b0c70 (patch) | |
tree | 3082a53ce7d092bf8e4e9a3dfafa8ad5f701f7fc /mix.exs | |
parent | fa2421dd7e09e6536ee18afa9c2f297932ff1102 (diff) | |
parent | 204dddcfaaa5ff1113ef2f772ce5d6fcbbaaec6e (diff) | |
download | pleroma-2b5d9eb10529325aef1b4aab980bd901ba6b0c70.tar.gz pleroma-2b5d9eb10529325aef1b4aab980bd901ba6b0c70.zip |
Merge branch 'linkify' into 'develop'
AutoLinker --> Linkify, update to latest version
See merge request pleroma/pleroma!2677
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -166,9 +166,7 @@ defmodule Pleroma.Mixfile do {:floki, "~> 0.25"}, {:timex, "~> 3.5"}, {:ueberauth, "~> 0.4"}, - {:auto_linker, - git: "https://git.pleroma.social/pleroma/auto_linker.git", - ref: "95e8188490e97505c56636c1379ffdf036c1fdde"}, + {:linkify, "~> 0.2.0"}, {:http_signatures, git: "https://git.pleroma.social/pleroma/http_signatures.git", ref: "293d77bb6f4a67ac8bde1428735c3b42f22cbb30"}, |