Prepare hex.pm release

This commit is contained in:
Mickael Remond 2016-01-24 10:07:12 +01:00
parent dae41ec183
commit 67b5162df9
1 changed files with 7 additions and 4 deletions

11
mix.exs
View File

@ -53,10 +53,13 @@ defmodule Ejabberd.Mixfile do
end end
defp package do defp package do
[licenses: ["GPLv2"], [# These are the default files included in the package
links: %{"Site" => "https://www.ejabberd.im", files: ["lib", "src", "priv", "mix.exs", "include", "README.md", "COPYING"],
"Documentation" => "http://docs.ejabberd.im", maintainers: ["ProcessOne"],
"Source" => "https://github.com/processone/ejabberd"}] licenses: ["GPLv2"],
links: %{"Site" => "https://www.ejabberd.im",
"Documentation" => "http://docs.ejabberd.im",
"Source" => "https://github.com/processone/ejabberd"}]
end end
end end