Browse Source

Merge 38d2622b5f into c65273f8a4

pull/115/merge
David Cao 9 years ago
parent
commit
7f43da44e5
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      src/jiffy.app.src

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

@ -2,5 +2,9 @@
{description, "JSON Decoder/Encoder."},
{vsn, git},
{registered, []},
{applications, [kernel, stdlib]}
{applications, [kernel, stdlib]},
{registered, []},
{maintainers, ["davisp"]},
{licenses, ["ISC"]},
{links, [{"Github", "https://github.com/davisp/jiffy"}]}
]}.

Loading…
Cancel
Save