aboutsummaryrefslogtreecommitdiff
path: root/module/vcalendar.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/vcalendar.scm')
-rw-r--r--module/vcalendar.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/vcalendar.scm b/module/vcalendar.scm
index a45e54a2..3ada4058 100644
--- a/module/vcalendar.scm
+++ b/module/vcalendar.scm
@@ -1,7 +1,7 @@
(define-module (vcalendar)
#:use-module (vcalendar primitive)
#:use-module (vcalendar datetime)
- #:use-module (vcalendar recur)
+ #:use-module (vcalendar recurrence)
#:use-module (vcalendar timezone)
#:use-module (srfi srfi-1)
#:use-module (srfi srfi-19)