mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
Add missing description
This commit is contained in:
parent
a7e3df4fec
commit
14c0ff1c82
7
mix.exs
7
mix.exs
@ -4,6 +4,7 @@ defmodule Ejabberd.Mixfile do
|
|||||||
def project do
|
def project do
|
||||||
[app: :ejabberd,
|
[app: :ejabberd,
|
||||||
version: "16.01.0",
|
version: "16.01.0",
|
||||||
|
description: description,
|
||||||
elixir: "~> 1.1",
|
elixir: "~> 1.1",
|
||||||
elixirc_paths: ["lib"],
|
elixirc_paths: ["lib"],
|
||||||
compile_path: ".",
|
compile_path: ".",
|
||||||
@ -14,6 +15,12 @@ defmodule Ejabberd.Mixfile do
|
|||||||
deps: deps]
|
deps: deps]
|
||||||
end
|
end
|
||||||
|
|
||||||
|
defp description do
|
||||||
|
"""
|
||||||
|
Robust, ubiquitous and massively scalable Jabber / XMPP Instant Messaging platform.
|
||||||
|
"""
|
||||||
|
end
|
||||||
|
|
||||||
def application do
|
def application do
|
||||||
[mod: {:ejabberd_app, []},
|
[mod: {:ejabberd_app, []},
|
||||||
applications: [:ssl],
|
applications: [:ssl],
|
||||||
|
Loading…
Reference in New Issue
Block a user