Update jiff.app.src for hex.pm

Time for Jiffy to enter the world of Erlang package management.


Project: http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/commit/d0ab02a1
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/tree/d0ab02a1
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/diff/d0ab02a1

Branch: refs/heads/master
Commit: d0ab02a1d3c77ee337bcc306925c9dacb02d1319
Parents: e67d0c3
Author: Paul J. Davis <[email protected]>
Authored: Wed Jan 6 13:03:05 2016 -0600
Committer: Paul J. Davis <[email protected]>
Committed: Wed Jan 6 13:03:30 2016 -0600

----------------------------------------------------------------------
 src/jiffy.app.src | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/blob/d0ab02a1/src/jiffy.app.src
----------------------------------------------------------------------
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"}]}
 ]}.

Reply via email to