summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorAlex Gleason <alex@alexgleason.me>2020-07-16 14:54:20 -0500
committerAlex Gleason <alex@alexgleason.me>2020-07-16 15:01:13 -0500
commit5701840d30f8f70721598115039519e3fe747186 (patch)
treea64713d207a310faedcca64cc430169f23d99f7f /mix.exs
parent6fdaee7caed16a083d751b63c3dcfd119da57b21 (diff)
Use updated Linkify from git
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 9886de666..727cdb71f 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.1.0"},
+ {:linkify,
+ git: "https://git.pleroma.social/pleroma/elixir-libraries/linkify.git",
+ ref: "a08513aa7e879f056c44c5b8aea8c0fd073be5c8"},
{:http_signatures,
git: "https://git.pleroma.social/pleroma/http_signatures.git",
ref: "293d77bb6f4a67ac8bde1428735c3b42f22cbb30"},