Use froth.zone branch of linkify to fix squid.kids

This commit is contained in:
Your New SJW Waifu 2023-01-23 15:47:06 -06:00
parent 733b658cf0
commit 54b5c25153
1 changed files with 4 additions and 1 deletions

View File

@ -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"},