summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authortusooa <tusooa@kazv.moe>2023-01-06 14:12:07 -0500
committertusooa <tusooa@kazv.moe>2023-01-06 14:12:07 -0500
commita2766f310c61042f6ed5c9412793e6082bf310c2 (patch)
treed2481860a0899d1e599ae7f9c0787be0da820f3d /mix.exs
parent09ed8f4f8a7573a953c60def1e4506a140b49221 (diff)
downloadpleroma-a2766f310c61042f6ed5c9412793e6082bf310c2.tar.gz
pleroma-a2766f310c61042f6ed5c9412793e6082bf310c2.zip
Bump linkify
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 69e4a07b6..bb5dc280b 100644
--- a/mix.exs
+++ b/mix.exs
@@ -162,7 +162,9 @@ defmodule Pleroma.Mixfile do
{:floki, "~> 0.27"},
{:timex, "~> 3.6"},
{:ueberauth, "~> 0.4"},
- {:linkify, "~> 0.5.2"},
+ {:linkify,
+ git: "https://git.pleroma.social/pleroma/elixir-libraries/linkify.git",
+ ref: "1e612ac3a3433eef81b2eed35c0261c6afad31f9"},
{:http_signatures, "~> 0.1.1"},
{:telemetry, "~> 1.0.0", override: true},
{:poolboy, "~> 1.5"},