diff options
author | lain <lain@soykaf.club> | 2020-07-23 10:28:52 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-07-23 10:28:52 +0000 |
commit | a81581472fed4ca736e71dad11dc29882eca975f (patch) | |
tree | 9d8cfeb21c25233fe538d3bd0647689fd998c842 /mix.exs | |
parent | 1c9752cff445ab1f58cea1617d3c7ab73da60e10 (diff) | |
parent | b6488a4db4accc6cda716c5fdfb03f5a30ddf3d4 (diff) | |
download | pleroma-a81581472fed4ca736e71dad11dc29882eca975f.tar.gz |
Merge branch 'linkify' into 'develop'
Fix Linkify
See merge request pleroma/pleroma!2792
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -167,9 +167,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"}, |