logo

auto_linker

AutoLinker-shim, based on https://git.pleroma.social/pleroma/auto_linker
commit: 5311470316c22fe1819b949e55efe6725aa57a2c
parent: ddfd8843d236dc2c7011144541ced21ee2fdcafc
Author: Stephen M. Pallen <smpallen99@yahoo.com>
Date:   Wed, 29 Mar 2017 16:44:28 -0400

fix package

Diffstat:

Mmix.exs2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mix.exs b/mix.exs @@ -38,6 +38,6 @@ defmodule AutoLinker.Mixfile do [ maintainers: ["Stephen Pallen"], licenses: ["MIT"], links: %{ "Github" => "https://github.com/smpallen99/auto_linker" }, - files: ~w(lib priv web README.md mix.exs LICENSE)] + files: ~w(lib README.md mix.exs LICENSE)] end end