]> granicus.if.org Git - ejabberd/commitdiff
Add missing description
authorMickael Remond <mremond@process-one.net>
Sun, 24 Jan 2016 09:19:28 +0000 (10:19 +0100)
committerMickael Remond <mremond@process-one.net>
Sun, 24 Jan 2016 09:19:28 +0000 (10:19 +0100)
mix.exs

diff --git a/mix.exs b/mix.exs
index e7a7cc3211b7f3741d85f022f136b7a8e4df4c5b..9a1f7072237b37982f8e14cece1e126fdbcc34ce 100644 (file)
--- 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],