aboutsummaryrefslogtreecommitdiff
path: root/module/vcalendar/recurrence.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/recurrence.scm
parentAdd timezone handling. (diff)
downloadcalp-13581f9fb87937793daf4b2a5b5b87a550db27e1.tar.gz
calp-13581f9fb87937793daf4b2a5b5b87a550db27e1.tar.xz
Rename (vcalendar {recur => recurrence}).
Diffstat (limited to '')
-rw-r--r--module/vcalendar/recurrence.scm (renamed from module/vcalendar/recur.scm)2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/vcalendar/recur.scm b/module/vcalendar/recurrence.scm
index 3657cae6..ae08feb6 100644
--- a/module/vcalendar/recur.scm
+++ b/module/vcalendar/recurrence.scm
@@ -1,4 +1,4 @@
-(define-module (vcalendar recur)
+(define-module (vcalendar recurrence)
#:use-module (vcalendar)
#:use-module (vcalendar recurrence generate)
#:re-export (generate-recurrence-set)