Browse Source

Update jiff.app.src for hex.pm

Time for Jiffy to enter the world of Erlang package management.
pull/119/head
Paul J. Davis 9 years ago
parent
commit
d0ab02a1d3
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      src/jiffy.app.src

+ 4
- 1
src/jiffy.app.src View File

@ -2,5 +2,8 @@
{description, "JSON Decoder/Encoder."},
{vsn, git},
{registered, []},
{applications, [kernel, stdlib]}
{applications, [kernel, stdlib]},
{maintainers, ["Paul J. Davis"]},
{licenses, ["MIT", "BSD"]},
{links, [{"GitHub", "https://github.com/davisp/jiffy"}]}
]}.

Loading…
Cancel
Save