diff options
author | Alex Gleason <alex@alexgleason.me> | 2020-07-16 14:54:20 -0500 |
---|---|---|
committer | Alex Gleason <alex@alexgleason.me> | 2020-07-16 15:01:13 -0500 |
commit | 5701840d30f8f70721598115039519e3fe747186 (patch) | |
tree | a64713d207a310faedcca64cc430169f23d99f7f /mix.exs | |
parent | 6fdaee7caed16a083d751b63c3dcfd119da57b21 (diff) | |
download | pleroma-5701840d30f8f70721598115039519e3fe747186.tar.gz |
Use updated Linkify from git
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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"}, |