From 90af53429cce94dee753441b780a9cf050f5fced 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 b93ac6d..e1807c5 100644 --- a/ebin/catlfish.app +++ b/ebin/catlfish.app @@ -7,7 +7,6 @@ {application, catlfish, [{description, "catlfish -- Certificate Transparency Log Server"}, {vsn, "0.0.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