mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
Prepare hex.pm release
This commit is contained in:
parent
dae41ec183
commit
67b5162df9
5
mix.exs
5
mix.exs
@ -53,7 +53,10 @@ defmodule Ejabberd.Mixfile do
|
|||||||
end
|
end
|
||||||
|
|
||||||
defp package do
|
defp package do
|
||||||
[licenses: ["GPLv2"],
|
[# These are the default files included in the package
|
||||||
|
files: ["lib", "src", "priv", "mix.exs", "include", "README.md", "COPYING"],
|
||||||
|
maintainers: ["ProcessOne"],
|
||||||
|
licenses: ["GPLv2"],
|
||||||
links: %{"Site" => "https://www.ejabberd.im",
|
links: %{"Site" => "https://www.ejabberd.im",
|
||||||
"Documentation" => "http://docs.ejabberd.im",
|
"Documentation" => "http://docs.ejabberd.im",
|
||||||
"Source" => "https://github.com/processone/ejabberd"}]
|
"Source" => "https://github.com/processone/ejabberd"}]
|
||||||
|
Loading…
Reference in New Issue
Block a user