diff options
author | Alex Gleason <alex@alexgleason.me> | 2020-07-20 09:29:03 -0500 |
---|---|---|
committer | Alex Gleason <alex@alexgleason.me> | 2020-07-20 09:29:03 -0500 |
commit | 5d263dfdb314f1ed6eca9e5c183149efcc58c367 (patch) | |
tree | 28ca07b02f00aa0afd4777c77b5fb168690af23b /mix.exs | |
parent | ae74c52e222c6e230ac04f484306c0a16aa270a5 (diff) | |
download | pleroma-5d263dfdb314f1ed6eca9e5c183149efcc58c367.tar.gz |
Update linkify to latest release
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -166,9 +166,7 @@ defmodule Pleroma.Mixfile do {:floki, "~> 0.25"}, {:timex, "~> 3.5"}, {:ueberauth, "~> 0.4"}, - {:linkify, - git: "https://git.pleroma.social/pleroma/elixir-libraries/linkify.git", - ref: "a08513aa7e879f056c44c5b8aea8c0fd073be5c8"}, + {:linkify, "~> 0.2.0"}, {:http_signatures, git: "https://git.pleroma.social/pleroma/http_signatures.git", ref: "293d77bb6f4a67ac8bde1428735c3b42f22cbb30"}, |