mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
clean up whitespace
This commit is contained in:
parent
b63c51c245
commit
6b81a1ed90
7
mix.exs
7
mix.exs
@ -28,8 +28,7 @@ defmodule Ejabberd.Mixfile do
|
||||
end
|
||||
|
||||
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_yaml, git: "https://github.com/processone/p1_yaml"},
|
||||
{:p1_tls, git: "https://github.com/processone/tls"},
|
||||
@ -44,8 +43,8 @@ defmodule Ejabberd.Mixfile do
|
||||
{:p1_mysql, git: "https://github.com/processone/mysql"},
|
||||
{:p1_pgsql, git: "https://github.com/processone/pgsql"},
|
||||
{:eredis, git: "https://github.com/wooga/eredis"},
|
||||
{:exrm, "~> 0.19.2"}
|
||||
]
|
||||
{:exrm, "~> 0.19.2"}]
|
||||
end
|
||||
|
||||
defp package do
|
||||
[licenses: ["GPLv2"],
|
||||
|
Loading…
Reference in New Issue
Block a user