meta update

This commit is contained in:
Craig Everett 2019-12-21 15:00:51 +09:00
parent 3d1d3b622c
commit 784b087952
2 changed files with 11 additions and 11 deletions

View File

@ -1,5 +1,5 @@
{application,zx, {application,zx,
[{description,[]}, [{description,"A Zomp user client"},
{vsn,"0.4.0"}, {vsn,"0.4.0"},
{applications,[stdlib,kernel]}, {applications,[stdlib,kernel]},
{modules,[zx,zx_auth,zx_conn,zx_conn_sup,zx_daemon,zx_key, {modules,[zx,zx_auth,zx_conn,zx_conn_sup,zx_daemon,zx_key,

View File

@ -1,16 +1,16 @@
{a_email,[]}. {a_email,"zxq9@zxq9.com"}.
{author,[]}. {author,"Craig Everett"}.
{c_email,[]}. {c_email,"zxq9@zxq9.com"}.
{copyright,[]}. {copyright,"Craig Everett"}.
{deps,[]}. {deps,[]}.
{desc,[]}. {desc,"A Zomp user client"}.
{key_name,none}. {key_name,none}.
{license,[]}. {license,"MIT"}.
{modules,[]}. {modules,[]}.
{name,[]}. {name,"zx"}.
{package_id,{"otpr","zx",{0,4,0}}}. {package_id,{"otpr","zx",{0,4,0}}}.
{prefix,"zx_"}. {prefix,"zx_"}.
{repo_url,[]}. {repo_url,"https://gitlab.com/zxq9/zx"}.
{tags,[]}. {tags,["package manager","erlang"]}.
{type,app}. {type,app}.
{ws_url,[]}. {ws_url,"https://zxq9.com/projects/zomp/"}.