diff options
author | tusooa <tusooa@kazv.moe> | 2023-01-06 14:12:07 -0500 |
---|---|---|
committer | tusooa <tusooa@kazv.moe> | 2023-02-20 12:28:52 -0500 |
commit | 002159fc1c17b5af8bcacb75cd6579a1ba96f3b4 (patch) | |
tree | 8db9e95467741c61e030b06d52a21b5a3141793d /mix.exs | |
parent | f2ed05191ce0c63d3149f35b44cffc26f1061a39 (diff) | |
download | pleroma-002159fc1c17b5af8bcacb75cd6579a1ba96f3b4.tar.gz pleroma-002159fc1c17b5af8bcacb75cd6579a1ba96f3b4.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"}, |