Skip to content

Commit

Permalink
Update .app file
Browse files Browse the repository at this point in the history
  • Loading branch information
tolbrino committed Nov 2, 2018
1 parent 7e1099c commit e4bbf24
Showing 1 changed file with 17 additions and 8 deletions.
25 changes: 17 additions & 8 deletions src/netlink.app.src
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
%% -*- erlang -*-
{application, netlink,
[
{description, ""},
{vsn, "1"},
{description, "Netlink socket implementation."},
{vsn, "1.1.0"},
{registered, []},
{applications, [
kernel,
stdlib
]},
{mod, { netlink_app, []}},
{env, []}
{applications,
[
kernel,
stdlib,
hut
]},
{included_applications,
[
]},
{mod, {netlink_app, []}},
{env, []},
{maintainers, ["Tony Rogvall", "Ulf Wiger", "Tino Breddin"]},
{licenses, ["MPL-2.0"]},
{links, [{"Github", "https://github.com/Feuerlabs/netlink"}]}
]}.

0 comments on commit e4bbf24

Please sign in to comment.