diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2020-02-13 03:39:47 +0100 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2020-03-15 16:59:52 +0300 |
commit | 5f9fbd7d336d2ffed6cd8f2640d9399f78ed7c2f (patch) | |
tree | 82cf417777657b8b6a8c15f475e343f29a0340bf /mix.exs | |
parent | 80bc8c2cc980b5e3270110313514a5bad2d3c9fb (diff) | |
download | pleroma-5f9fbd7d336d2ffed6cd8f2640d9399f78ed7c2f.tar.gz pleroma-5f9fbd7d336d2ffed6cd8f2640d9399f78ed7c2f.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}, |