summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>2023-03-05 01:32:40 +0100
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>2023-03-05 01:37:57 +0100
commit5716654d127921d86b3aa8c9307ab9ac2ca6ab1b (patch)
tree811b648ff5d73e42af47f034a1bfcef68234bacf /mix.exs
parent714bf0cb2332050a3a64c6197dae729cf7de1b95 (diff)
downloadpleroma-5716654d127921d86b3aa8c9307ab9ac2ca6ab1b.tar.gz
pleroma-5716654d127921d86b3aa8c9307ab9ac2ca6ab1b.zip
Remove crypt(3) support
This was used to support migration from GNU Social, which was used by at least shitposter.club, should be entirely irrelevant now. Closes: https://git.pleroma.social/pleroma/pleroma/-/issues/3030 Closes: https://git.pleroma.social/pleroma/pleroma/-/issues/3062
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs1
1 files changed, 0 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 8aa18d5ee..0cc57d51c 100644
--- a/mix.exs
+++ b/mix.exs
@@ -150,7 +150,6 @@ defmodule Pleroma.Mixfile do
{:sweet_xml, "~> 0.7.2"},
{:earmark, "~> 1.4.22"},
{:bbcode_pleroma, "~> 0.2.0"},
- {:crypt, "~> 1.0"},
{:cors_plug, "~> 2.0"},
{:web_push_encryption, "~> 0.3.1"},
{:swoosh, "~> 1.0"},