diff options
author | Josef Gustafsson <josef.gson@gmail.com> | 2015-09-04 12:18:19 +0200 |
---|---|---|
committer | Josef Gustafsson <josef.gson@gmail.com> | 2015-09-04 12:18:19 +0200 |
commit | d1a2f978fb626c904fb1278c792d992ec4563acf (patch) | |
tree | e0ae1a38f9d4fc4c14b433222bff70e64bb1ac83 /ebin | |
parent | 4596485adffb636c014362bc982ee0b952c77f26 (diff) |
stripping away everything except what is necessary for nagiosnagios
Diffstat (limited to 'ebin')
-rw-r--r-- | ebin/catlfish.app | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/ebin/catlfish.app b/ebin/catlfish.app deleted file mode 100644 index 2289f78..0000000 --- a/ebin/catlfish.app +++ /dev/null @@ -1,11 +0,0 @@ -%%% Copyright (c) 2014-2015, NORDUnet A/S. -%%% See LICENSE for licensing information. - -%% Application resource file for catlfish. - -{application, catlfish, - [{description, "catlfish -- Certificate Transparency Log Server"}, - {vsn, "0.8.0-dev"}, - {modules, [catlfish, catlfish_app, catlfish_sup, catlfish_web, v1, x509]}, - {applications, [kernel, stdlib, plop, lager, mochiweb, idna, asn1, crypto]}, - {mod, {catlfish_app, []}}]}. |