aboutsummaryrefslogtreecommitdiff
path: root/module/web
diff options
context:
space:
mode:
Diffstat (limited to 'module/web')
-rw-r--r--module/web/http/dav.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/module/web/http/dav.scm b/module/web/http/dav.scm
index dc50b680..0d604cdf 100644
--- a/module/web/http/dav.scm
+++ b/module/web/http/dav.scm
@@ -1,6 +1,7 @@
;;; Commentary:
-;;; This is a simple WedDAV client.
-;;; TODO figure out what it's used for.
+;;; This is a simple WedDAV and CalDAV client.
+;;; It's used in calp to implement the CalDAV storage backend, as well as
+;;; testing our server implementation.
;;; Code:
(define-module (web http dav)