diff options
author | duponin <duponin@locahlo.st> | 2023-04-16 15:50:32 +0200 |
---|---|---|
committer | duponin <duponin@locahlo.st> | 2023-04-23 10:47:07 +0200 |
commit | 0231a09310895bd2af24eff221de97eb8c92307e (patch) | |
tree | d4a60e3f85e315bdb1266e7db1076a42d9b16180 /mix.exs | |
parent | 3867b52aefdab5c26bcd4f58155b1370ee40e4dd (diff) | |
download | pleroma-0231a09310895bd2af24eff221de97eb8c92307e.tar.gz pleroma-0231a09310895bd2af24eff221de97eb8c92307e.zip |
Remove SSH/BBS feature from core
And link to sshocial, the replacement client for this removed feature
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -78,8 +78,7 @@ defmodule Pleroma.Mixfile do :comeonin, :fast_sanitize, :os_mon, - :ssl, - :esshd + :ssl ], included_applications: [:ex_syslogger] ] @@ -181,7 +180,6 @@ defmodule Pleroma.Mixfile do {:joken, "~> 2.0"}, {:benchee, "~> 1.0"}, {:pot, "~> 1.0"}, - {:esshd, "~> 0.1.0", runtime: Application.get_env(:esshd, :enabled, false)}, {:ex_const, "~> 0.2"}, {:plug_static_index_html, "~> 1.0.0"}, {:flake_id, "~> 0.1.0"}, |