From 1408e8ebc42399ac3a8fb28e9d0df0cacc86bcd7 Mon Sep 17 00:00:00 2001 From: Magnus Ahltorp Date: Wed, 19 Nov 2014 05:17:26 +0100 Subject: Remove references to jiffy --- README.md | 1 - reltool.config | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index e344bd5..439ad41 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,6 @@ catlfish is a Certificate Transparency log server (RFC 6962). A compiled plop application in ../plop -A compiled https://github.com/davisp/jiffy (for JSON encoding and decoding) in ../jiffy A compiled https://github.com/basho/lager (for logging) in ../lager A compiled https://github.com/mochi/mochiweb (for web server functionality) in ../mochiweb diff --git a/reltool.config b/reltool.config index 75e417c..d3fa4da 100644 --- a/reltool.config +++ b/reltool.config @@ -15,6 +15,5 @@ {app, plop, [{app_file, all}, {lib_dir, "../plop"}]}, {app, mochiweb, [{app_file, all}, {lib_dir, "../mochiweb"}]}, {app, lager, [{app_file, all}, {lib_dir, "../lager"}]}, - {app, goldrush, [{app_file, all}, {lib_dir, "../lager/deps/goldrush"}]}, - {app, jiffy, [{app_file, all}, {lib_dir, "../jiffy"}]} + {app, goldrush, [{app_file, all}, {lib_dir, "../lager/deps/goldrush"}]} ]}. -- cgit v1.1