summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorAlex Gleason <alex@alexgleason.me>2020-06-23 14:17:23 -0500
committerAlex Gleason <alex@alexgleason.me>2020-06-30 16:39:15 -0500
commit8daacc911498d827fd68ea3d34eb1be9ae4a1ffe (patch)
treeadc686b5ba9c5832e1cc7f825e1dd01f7dd3d3a0 /mix.exs
parent1d0804b49f56fe722b12f83269d98acfdee7ac77 (diff)
AutoLinker --> Linkify, update to latest version
https://git.pleroma.social/pleroma/elixir-libraries/linkify
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs4
1 files changed, 1 insertions, 3 deletions
diff --git a/mix.exs b/mix.exs
index b638be541..c773a3162 100644
--- a/mix.exs
+++ b/mix.exs
@@ -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.1.0"},
{:http_signatures,
git: "https://git.pleroma.social/pleroma/http_signatures.git",
ref: "293d77bb6f4a67ac8bde1428735c3b42f22cbb30"},