diff options
author | Magnus Ahltorp <map@kth.se> | 2014-09-19 18:25:53 +0200 |
---|---|---|
committer | Magnus Ahltorp <map@kth.se> | 2014-09-19 18:25:53 +0200 |
commit | 90af53429cce94dee753441b780a9cf050f5fced (patch) | |
tree | ed3859b9d4d18f407e17bd19dcac0d5f563f16d2 /ebin/catlfish.app | |
parent | b9dfa6adff4fbfd68b7a3d7477f0f410e8620e15 (diff) |
Release management
Diffstat (limited to 'ebin/catlfish.app')
-rw-r--r-- | ebin/catlfish.app | 7 |
1 files changed, 3 insertions, 4 deletions
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, []}}]}. |