summaryrefslogtreecommitdiff
path: root/efax.meta
diff options
context:
space:
mode:
authorPeter Bex <peter@more-magic.net>2011-07-06 21:49:54 +0200
committerPeter Bex <peter@more-magic.net>2011-07-06 21:49:54 +0200
commitc621e9a148addba6eabfcb3c1c735949b0676749 (patch)
treee974d1902e1a4866e2502ba0663da58797d53165 /efax.meta
parent9aa1c5eeffa0320b2eae82cae55223d7362ce9f6 (diff)
downloadefax-c621e9a148addba6eabfcb3c1c735949b0676749.tar.gz
Don't require uri-common explicitly and change description a bit
Diffstat (limited to 'efax.meta')
-rw-r--r--efax.meta4
1 files changed, 2 insertions, 2 deletions
diff --git a/efax.meta b/efax.meta
index 5e81b7d..ed82919 100644
--- a/efax.meta
+++ b/efax.meta
@@ -1,10 +1,10 @@
;;; efax.meta -*- Scheme -*-
((egg "efax")
- (synopsis "Library for using the eFax service for sending faxes over the internet")
+ (synopsis "Library for using the eFax service to send faxes over the internet")
(category misc)
(author "Peter Bex")
(doc-from-wiki)
(license "BSD")
- (depends (http-client "0.5") uri-common base64 sxml-serializer ssax sxpath)
+ (depends (http-client "0.5") base64 sxml-serializer ssax sxpath)
(files "efax.setup" "efax.scm" "efax.release-info" "efax.meta")) \ No newline at end of file