From 0622260ab677493128e13a98959f69735e6fdd29 Mon Sep 17 00:00:00 2001 From: Magnus Ahltorp Date: Fri, 19 Sep 2014 18:25:53 +0200 Subject: Release management --- ebin/catlfish.app | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'ebin') diff --git a/ebin/catlfish.app b/ebin/catlfish.app index 4dbb166..5e3b7ee 100644 --- a/ebin/catlfish.app +++ b/ebin/catlfish.app @@ -7,7 +7,6 @@ {application, catlfish, [{description, "catlfish -- Certificate Transparency Log Server"}, {vsn, "0.1.1"}, - {modules, [v1]}, - {applications, [kernel, stdlib, plop, inets]}]}. -%% {registered, [catlfish]}]}. -%% {mod, {catlfish, ["test/eckey.pem", "test/eckey-public.pem"]}}]}. + {modules, [v1, catlfish_app]}, + {applications, [kernel, stdlib, plop, inets, jiffy]}, + {mod, {catlfish_app, []}}]}. -- cgit v1.1