diff --git a/mix.exs b/mix.exs index 9635aaf71..b1290cf96 100644 --- a/mix.exs +++ b/mix.exs @@ -162,7 +162,10 @@ defmodule Pleroma.Mixfile do {:floki, "~> 0.27"}, {:timex, "~> 3.6"}, {:ueberauth, "~> 0.4"}, - {:linkify, "~> 0.5.2"}, +# {:linkify, "~> 0.5.2"}, + {:linkify, + git: "https://git.froth.zone/sam/linkify.git", + branch: "master"}, {:http_signatures, "~> 0.1.1"}, {:telemetry, "~> 1.0.0", override: true}, {:poolboy, "~> 1.5"},