From c621e9a148addba6eabfcb3c1c735949b0676749 Mon Sep 17 00:00:00 2001 From: Peter Bex Date: Wed, 6 Jul 2011 21:49:54 +0200 Subject: Don't require uri-common explicitly and change description a bit --- efax.meta | 4 ++-- efax.scm | 2 +- 2 files changed, 3 insertions(+), 3 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 diff --git a/efax.scm b/efax.scm index de7a451..0d1b115 100644 --- a/efax.scm +++ b/efax.scm @@ -4,7 +4,7 @@ (import chicken scheme) (use srfi-1 srfi-13 data-structures - uri-common http-client base64 sxml-serializer ssax sxpath) + http-client base64 sxml-serializer ssax sxpath) (define efax-service-uri "https://secure.efaxdeveloper.com/EFax_WebFax.serv") -- cgit v1.2.3