diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2020-02-13 03:39:47 +0100 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2020-03-13 16:07:17 +0100 |
commit | d1379c4de8ca27fa6d02d20a0029b248efe1d09e (patch) | |
tree | 1c8d55197a6f93148e1f4c62aaa50d064d5e0575 /mix.exs | |
parent | 802b991814fb851c0442dbb7b7bfc065fc062178 (diff) | |
download | pleroma-d1379c4de8ca27fa6d02d20a0029b248efe1d09e.tar.gz pleroma-d1379c4de8ca27fa6d02d20a0029b248efe1d09e.zip |
Formatting: Do not use \n and prefer <br> instead
It moves bbcode to bbcode_pleroma as the former is owned by kaniini
and transfering ownership wasn't done in a timely manner.
Closes: https://git.pleroma.social/pleroma/pleroma/issues/1374
Closes: https://git.pleroma.social/pleroma/pleroma/issues/1375
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -126,7 +126,7 @@ defmodule Pleroma.Mixfile do {:ex_aws_s3, "~> 2.0"}, {:sweet_xml, "~> 0.6.6"}, {:earmark, "~> 1.3"}, - {:bbcode, "~> 0.1.1"}, + {:bbcode_pleroma, "~> 0.2.0"}, {:ex_machina, "~> 2.3", only: :test}, {:credo, "~> 1.1.0", only: [:dev, :test], runtime: false}, {:mock, "~> 0.3.3", only: :test}, |