From 14c0ff1c8224669aa8605e5eb377a9ff19d18c17 Mon Sep 17 00:00:00 2001 From: Mickael Remond Date: Sun, 24 Jan 2016 10:19:28 +0100 Subject: [PATCH] Add missing description --- mix.exs | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/mix.exs b/mix.exs index e7a7cc321..9a1f70722 100644 --- a/mix.exs +++ b/mix.exs @@ -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],