diff --git a/src/jiffy.app.src b/src/jiffy.app.src index 6f49231..ea3f1d1 100644 --- a/src/jiffy.app.src +++ b/src/jiffy.app.src @@ -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"}]} ]}.