diff options
author | Linus Nordberg <linus@nordu.net> | 2016-03-27 19:27:30 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2016-04-07 16:06:12 +0200 |
commit | 0573cda1b335a9dfbcc33d5b61964dcaae2ed165 (patch) | |
tree | a02169dd7464a54a5b8abf6dc4862f8f64982198 /ebin | |
parent | e6b1d5a4a8227603eaeb986e9594b595e847832b (diff) |
WIP
Diffstat (limited to 'ebin')
-rw-r--r-- | ebin/catlfish.app | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ebin/catlfish.app b/ebin/catlfish.app index af48ae3..aa833bc 100644 --- a/ebin/catlfish.app +++ b/ebin/catlfish.app @@ -1,4 +1,4 @@ -%%% Copyright (c) 2014-2015, NORDUnet A/S. +%%% Copyright (c) 2014-2016, NORDUnet A/S. %%% See LICENSE for licensing information. %% Application resource file for catlfish. @@ -6,6 +6,6 @@ {application, catlfish, [{description, "catlfish -- Certificate Transparency Log Server"}, {vsn, "0.9.0-dev"}, - {modules, [catlfish, catlfish_app, catlfish_sup, catlfish_web, v1, x509]}, + {modules, [catlfish, catlfish_app, catlfish_sup, catlfish_web, v1, ratelimit]}, {applications, [kernel, stdlib, plop, lager, mochiweb, idna, asn1, crypto]}, {mod, {catlfish_app, []}}]}. |