mirror of
https://github.com/processone/ejabberd
synced 2025-10-04 10:19:31 +02:00
clean up whitespace
This commit is contained in:
parent
b63c51c245
commit
6b81a1ed90
1 changed files with 19 additions and 20 deletions
35
mix.exs
35
mix.exs
|
@ -28,24 +28,23 @@ defmodule Ejabberd.Mixfile do
|
||||||
end
|
end
|
||||||
|
|
||||||
defp deps do
|
defp deps do
|
||||||
[
|
[{:p1_xml, git: "https://github.com/processone/xml"},
|
||||||
{:p1_xml, git: "https://github.com/processone/xml"},
|
{:p1_logger, git: "https://github.com/processone/p1_logger"},
|
||||||
{:p1_logger, git: "https://github.com/processone/p1_logger"},
|
{:p1_yaml, git: "https://github.com/processone/p1_yaml"},
|
||||||
{:p1_yaml, git: "https://github.com/processone/p1_yaml"},
|
{:p1_tls, git: "https://github.com/processone/tls"},
|
||||||
{:p1_tls, git: "https://github.com/processone/tls"},
|
{:p1_stringprep, git: "https://github.com/processone/stringprep"},
|
||||||
{:p1_stringprep, git: "https://github.com/processone/stringprep"},
|
{:p1_zlib, git: "https://github.com/processone/zlib"},
|
||||||
{:p1_zlib, git: "https://github.com/processone/zlib"},
|
{:p1_cache_tab, git: "https://github.com/processone/cache_tab"},
|
||||||
{:p1_cache_tab, git: "https://github.com/processone/cache_tab"},
|
{:p1_utils, git: "https://github.com/processone/p1_utils"},
|
||||||
{:p1_utils, git: "https://github.com/processone/p1_utils"},
|
{:p1_iconv, git: "https://github.com/processone/eiconv"},
|
||||||
{:p1_iconv, git: "https://github.com/processone/eiconv"},
|
{:esip, git: "https://github.com/processone/p1_sip"},
|
||||||
{:esip, git: "https://github.com/processone/p1_sip"},
|
{:p1_stun, git: "https://github.com/processone/stun"},
|
||||||
{:p1_stun, git: "https://github.com/processone/stun"},
|
{:ehyperloglog, git: "https://github.com/vaxelfel/eHyperLogLog"},
|
||||||
{:ehyperloglog, git: "https://github.com/vaxelfel/eHyperLogLog"},
|
{:p1_mysql, git: "https://github.com/processone/mysql"},
|
||||||
{:p1_mysql, git: "https://github.com/processone/mysql"},
|
{:p1_pgsql, git: "https://github.com/processone/pgsql"},
|
||||||
{:p1_pgsql, git: "https://github.com/processone/pgsql"},
|
{:eredis, git: "https://github.com/wooga/eredis"},
|
||||||
{:eredis, git: "https://github.com/wooga/eredis"},
|
{:exrm, "~> 0.19.2"}]
|
||||||
{:exrm, "~> 0.19.2"}
|
end
|
||||||
]
|
|
||||||
|
|
||||||
defp package do
|
defp package do
|
||||||
[licenses: ["GPLv2"],
|
[licenses: ["GPLv2"],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue