From 9446f5992d9df65b65974058fea488216dffc1e6 Mon Sep 17 00:00:00 2001
From: Thomas Hintz <t@thintz.com>
Date: Sat, 18 Oct 2014 09:55:57 -0700
Subject: [PATCH] Cleaning .meta file.

---
 websockets.meta | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/websockets.meta b/websockets.meta
index d88ca46..a744132 100644
--- a/websockets.meta
+++ b/websockets.meta
@@ -4,7 +4,7 @@
  (synopsis "websockets provides a websocket API.")
  (license "BSD")
  (category web)
- (depends srfi-1 srfi-4 spiffy intarweb uri-common base64 simple-sha1 srfi-18
-          srfi-13 miscmacros mailbox)
- ;(test-depends http-client test server-test regex)
- (files "websockets.setup" "websockets.meta" "websockets.release-info" "LICENSE"))
+ (author "Thomas Hintz")
+ (depends spiffy intarweb uri-common base64 simple-sha1 mailbox comparse)
+ (files "websockets.setup" "websockets.meta" "websockets.release-info" "LICENSE"
+        "utf8-grammar.scm"))