From d0ab02a1d3c77ee337bcc306925c9dacb02d1319 Mon Sep 17 00:00:00 2001 From: "Paul J. Davis" Date: Wed, 6 Jan 2016 13:03:05 -0600 Subject: [PATCH] Update jiff.app.src for hex.pm Time for Jiffy to enter the world of Erlang package management. --- src/jiffy.app.src | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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"}]} ]}.