summaryrefslogtreecommitdiff
path: root/ebin
diff options
context:
space:
mode:
authorMagnus Ahltorp <map@kth.se>2014-10-25 02:10:17 +0200
committerMagnus Ahltorp <map@kth.se>2014-10-25 02:10:17 +0200
commit602d063427b5d808478ad558f99e5efe28a2cc6e (patch)
treef86d53614e0ebe52b737970ba17803fe27309914 /ebin
parentf0c78cf6c6caedffd1069b4c41e41ec8ca7fb1c7 (diff)
Stop using jiffy
Diffstat (limited to 'ebin')
-rw-r--r--ebin/catlfish.app2
1 files changed, 1 insertions, 1 deletions
diff --git a/ebin/catlfish.app b/ebin/catlfish.app
index beea7d6..75bc876 100644
--- a/ebin/catlfish.app
+++ b/ebin/catlfish.app
@@ -8,5 +8,5 @@
[{description, "catlfish -- Certificate Transparency Log Server"},
{vsn, "0.2.0-dev"},
{modules, [v1, catlfish_app]},
- {applications, [kernel, stdlib, plop, inets, jiffy, lager, mochiweb]},
+ {applications, [kernel, stdlib, plop, inets, lager, mochiweb]},
{mod, {catlfish_app, []}}]}.