Removed unused import.
authorTim Vaughan <tgvaughan@gmail.com>
Sat, 24 Aug 2019 08:37:15 +0000 (10:37 +0200)
committerTim Vaughan <tgvaughan@gmail.com>
Sat, 24 Aug 2019 08:37:15 +0000 (10:37 +0200)
README
lambdamail.scm

diff --git a/README b/README
index 84f1dee..05e56e8 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
 LambdaMail
-----------
+==========
 
 This is an _extremely simple_ SMTP server designed specifically for
 running on personal servers with a very small number (~1) users.  It
index d185d89..cffc81f 100644 (file)
@@ -14,7 +14,7 @@
         (chicken process-context)
         (chicken process-context posix)
         (chicken condition)
-        srfi-1 srfi-13 matchable)
+        srfi-1 srfi-13)
 
 (define lambdamail-version "0.0.1")