diff options
author | Simponic <loganhunt@simponic.xyz> | 2022-12-29 18:27:15 -0700 |
---|---|---|
committer | Simponic <loganhunt@simponic.xyz> | 2022-12-29 18:27:15 -0700 |
commit | 4b9ccbf108f89236f82382a4a2e0be5965e002b1 (patch) | |
tree | 293e85cb389eda1d7634d3cac05f71c281c63b69 /mix.exs | |
parent | 0aab3c2027d54fc1ba834ab73fd53328952b7a1b (diff) | |
download | chessh-4b9ccbf108f89236f82382a4a2e0be5965e002b1.tar.gz chessh-4b9ccbf108f89236f82382a4a2e0be5965e002b1.zip |
Package changes
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ defmodule Chessh.MixProject do def application do [ mod: {Chessh.Application, []}, - extra_applications: [:logger, :crypto, :ssh, :iex] + extra_applications: [:logger, :crypto, :ssh] ] end |