Add missing description

This commit is contained in:
Mickael Remond 2016-01-24 10:19:28 +01:00
parent a7e3df4fec
commit 14c0ff1c82
1 changed files with 7 additions and 0 deletions

View File

@ -4,6 +4,7 @@ defmodule Ejabberd.Mixfile do
def project do
[app: :ejabberd,
version: "16.01.0",
description: description,
elixir: "~> 1.1",
elixirc_paths: ["lib"],
compile_path: ".",
@ -14,6 +15,12 @@ defmodule Ejabberd.Mixfile do
deps: deps]
end
defp description do
"""
Robust, ubiquitous and massively scalable Jabber / XMPP Instant Messaging platform.
"""
end
def application do
[mod: {:ejabberd_app, []},
applications: [:ssl],