mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
Sort package files
This commit is contained in:
parent
e2aaca7cdd
commit
94949c9617
4
mix.exs
4
mix.exs
@ -147,7 +147,9 @@ defmodule Ejabberd.Mixfile do
|
|||||||
|
|
||||||
defp package do
|
defp package do
|
||||||
[# These are the default files included in the package
|
[# These are the default files included in the package
|
||||||
files: ["lib", "src", "priv", "mix.exs", "include", "README.md", "COPYING", "rebar.config", "rebar.config.script"],
|
files: ["include", "lib", "priv", "src",
|
||||||
|
"COPYING", "README.md",
|
||||||
|
"mix.exs", "rebar.config", "rebar.config.script"],
|
||||||
maintainers: ["ProcessOne"],
|
maintainers: ["ProcessOne"],
|
||||||
licenses: ["GPLv2"],
|
licenses: ["GPLv2"],
|
||||||
links: %{"Site" => "https://www.ejabberd.im",
|
links: %{"Site" => "https://www.ejabberd.im",
|
||||||
|
Loading…
Reference in New Issue
Block a user