logo

auto_linker

AutoLinker-shim, based on https://git.pleroma.social/pleroma/auto_linker git clone https://hacktivis.me/git/auto_linker.git
commit: 5ab4cff3c8377a75e4987f727a31aa85c83d3ef6
parent c20ca9d206936335bba9125215d4138899af37bd
Author: Egor Kislitsyn <egor@kislitsyn.com>
Date:   Mon, 20 Jul 2020 14:55:09 +0400

Bump version

Diffstat:

Mmix.exs4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mix.exs b/mix.exs @@ -1,7 +1,7 @@ defmodule Linkify.Mixfile do use Mix.Project - @version "0.1.1" + @version "0.2.0" def project do [ @@ -37,7 +37,7 @@ defmodule Linkify.Mixfile do defp package do [ licenses: ["MIT"], - links: %{"GitLab" => "https://git.pleroma.social/pleroma/linkify"}, + links: %{"GitLab" => "https://git.pleroma.social/pleroma/elixir-libraries/linkify"}, files: ~w(lib priv README.md mix.exs LICENSE) ] end