Improve the description
This commit is contained in:
parent
9c25038034
commit
e77aca8ecb
@ -1,8 +1,12 @@
|
|||||||
{application, enacl,
|
{application, enacl,
|
||||||
[
|
[
|
||||||
{description, "Erlang NaCl bindings"},
|
{description, "Erlang libsodium (NaCl) bindings"},
|
||||||
{vsn, "0.17.0"},
|
{vsn, "0.17.0"},
|
||||||
{registered, []},
|
{registered, []},
|
||||||
{applications, [kernel, stdlib]},
|
{applications, [kernel, stdlib]},
|
||||||
{env, []}
|
{env, []},
|
||||||
|
|
||||||
|
{maintainers, ["Jesper Louis Andersen"]},
|
||||||
|
{licenses, ["MIT", "ISC"]},
|
||||||
|
{links, [{"Github", "https://github.com/jlouis/enacl"}]}
|
||||||
]}.
|
]}.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user