Fix boot warning
Added 'redis.app.src' for fix warnings
This commit is contained in:
9
src/redis.app.src
Normal file
9
src/redis.app.src
Normal file
@@ -0,0 +1,9 @@
|
||||
{application, redis,
|
||||
[{description, "redis is an application and library implementing redis protocol in Erlang"},
|
||||
{vsn, semver},
|
||||
{registered, []},
|
||||
{env, []},
|
||||
{applications, [kernel, stdlib]},
|
||||
{licenses, ["ISC License"]},
|
||||
{links, [{"Github", "https://github.com/niamtokik/redis.git"}]}]
|
||||
}.
|
||||
Reference in New Issue
Block a user