aboutsummaryrefslogtreecommitdiff
path: root/module/vcalendar.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@hornquist.se>2019-04-20 22:48:39 +0200
committerHugo Hörnquist <hugo@hornquist.se>2019-04-20 22:48:39 +0200
commit13581f9fb87937793daf4b2a5b5b87a550db27e1 (patch)
tree30d27f6afe3fd0d7871910960cd97c0380157162 /module/vcalendar.scm
parentAdd timezone handling. (diff)
downloadcalp-13581f9fb87937793daf4b2a5b5b87a550db27e1.tar.gz
calp-13581f9fb87937793daf4b2a5b5b87a550db27e1.tar.xz
Rename (vcalendar {recur => recurrence}).
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)