mirror of
https://github.com/valitydev/yamerl.git
synced 2024-11-06 02:45:23 +00:00
Update Hex metadata
This commit is contained in:
parent
e1f286861e
commit
7b2acb2668
@ -20,7 +20,7 @@ defmodule Yamerl.Mixfile do
|
||||
defp package do
|
||||
[
|
||||
files: ~w(src doc include testsuite configure.ac rebar.config README.md AUTHORS COPYING),
|
||||
contributors: ["Yakaz", "Jean-Sébastien Pédron"],
|
||||
contributors: ["Yakaz", "Jean-Sébastien Pédron <jean-sebastien.pedron@dumbbell.fr>"],
|
||||
licenses: ["BSD 2-Clause"],
|
||||
links: %{
|
||||
"GitHub" => "https://github.com/yakaz/yamerl",
|
||||
|
@ -19,5 +19,18 @@
|
||||
%% Configuration default values.
|
||||
%% DO NOT EDIT: The final configuration is made in sys.config.
|
||||
{node_mods, []}
|
||||
]},
|
||||
{maintainers, [
|
||||
"Yakaz",
|
||||
"Jean-Sébastien Pédron <jean-sebastien.pedron@dumbbell.fr>"
|
||||
]},
|
||||
{licenses, ["BSD 2-Clause"]},
|
||||
{links, [
|
||||
{"GitHub", "https://github.com/yakaz/yamerl"},
|
||||
{"Doc", "https://github.com/yakaz/yamerl/tree/master/doc"}
|
||||
]},
|
||||
{files, [
|
||||
"src", "doc", "include", "testsuite", "configure.ac", "rebar.config",
|
||||
"README.md", "AUTHORS", "COPYING"
|
||||
]}
|
||||
]}.
|
||||
|
Loading…
Reference in New Issue
Block a user