From e77aca8ecbe7a16cf7b75105455eb83fcfe37987 Mon Sep 17 00:00:00 2001 From: Jesper Louis Andersen Date: Mon, 21 May 2018 13:51:32 +0200 Subject: [PATCH] Improve the description --- src/enacl.app.src | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/enacl.app.src b/src/enacl.app.src index 4f5dd12..dbbbd3f 100644 --- a/src/enacl.app.src +++ b/src/enacl.app.src @@ -1,8 +1,12 @@ {application, enacl, [ - {description, "Erlang NaCl bindings"}, + {description, "Erlang libsodium (NaCl) bindings"}, {vsn, "0.17.0"}, {registered, []}, {applications, [kernel, stdlib]}, - {env, []} + {env, []}, + + {maintainers, ["Jesper Louis Andersen"]}, + {licenses, ["MIT", "ISC"]}, + {links, [{"Github", "https://github.com/jlouis/enacl"}]} ]}.