X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=mix.exs;h=5392d94d1aec9f4560c339e4716a3f64202d5a3f;hb=bb9e40968a90b882ba85e71a2622756e40563207;hp=d78825769b4bbb1e95be4702ab7bb24dad02476b;hpb=1c87102d0101dc7de19a2c1a3e6c9a308f41bc6e;p=akkoma diff --git a/mix.exs b/mix.exs index d78825769..5392d94d1 100644 --- a/mix.exs +++ b/mix.exs @@ -90,7 +90,10 @@ defmodule Pleroma.Mixfile do {:websocket_client, git: "https://github.com/jeremyong/websocket_client.git", only: :test}, {:floki, "~> 0.20.0"}, {:ex_syslogger, github: "slashmili/ex_syslogger", tag: "1.4.0"}, - {:timex, "~> 3.5"} + {:timex, "~> 3.5"}, + {:auto_linker, + git: "https://git.pleroma.social/pleroma/auto_linker.git", + ref: "94193ca5f97c1f9fdf3d1469653e2d46fac34bcd"} ] end