Skip to content

Commit 969bfe6

Browse files
committed
add description and links to app.src
1 parent 2810252 commit 969bfe6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/epmdless.app.src

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{application, epmdless,
2-
[{description, "An OTP library"},
2+
[{description, "Erlang distribution without EPMD (supports TLS and IPV6)"},
33
{vsn, "0.1.0"},
44
{registered, []},
55
{applications, [kernel, stdlib]},
66
{env,[]},
77
{modules, []},
88
{licenses, ["Apache 2.0"]},
9-
{links, []}
9+
{links, [{"GitHub", "https://github.com/suazithustra/epmdless"}]}
1010
]}.

0 commit comments

Comments
 (0)