diff options
author | tusooa <tusooa@kazv.moe> | 2023-01-06 14:12:07 -0500 |
---|---|---|
committer | tusooa <tusooa@kazv.moe> | 2023-01-06 14:12:07 -0500 |
commit | a2766f310c61042f6ed5c9412793e6082bf310c2 (patch) | |
tree | d2481860a0899d1e599ae7f9c0787be0da820f3d /mix.exs | |
parent | 09ed8f4f8a7573a953c60def1e4506a140b49221 (diff) | |
download | pleroma-a2766f310c61042f6ed5c9412793e6082bf310c2.tar.gz pleroma-a2766f310c61042f6ed5c9412793e6082bf310c2.zip |
Bump linkify
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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"}, |