summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorhref <href@random.sh>2020-06-16 15:11:45 +0200
committerhref <href@random.sh>2020-06-16 15:27:27 +0200
commitf124f6820582d50be83ba7a1709b14ce8ee1abcc (patch)
treeb263c9f9c957e4502695a648dd4b2bd5dd951fea /mix.exs
parentec1452fd1cdb9cb1db9b8bad872916d3213489e2 (diff)
downloadpleroma-f124f6820582d50be83ba7a1709b14ce8ee1abcc.tar.gz
pleroma-f124f6820582d50be83ba7a1709b14ce8ee1abcc.zip
Switch from gen_magic to majic, use Majic.Plug, remove Pleroma.MIME
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 2d7e16e94..8fcbaa34e 100644
--- a/mix.exs
+++ b/mix.exs
@@ -197,7 +197,7 @@ defmodule Pleroma.Mixfile do
ref: "e0f16822d578866e186a0974d65ad58cddc1e2ab"},
{:mox, "~> 0.5", only: :test},
{:restarter, path: "./restarter"},
- {:gen_magic, git: "https://github.com/hrefhref/gen_magic", branch: "develop"},
+ {:majic, git: "https://github.com/hrefhref/majic", branch: "develop"},
{:open_api_spex,
git: "https://git.pleroma.social/pleroma/elixir-libraries/open_api_spex.git",
ref: "f296ac0924ba3cf79c7a588c4c252889df4c2edd"}