aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent/recurrence.scm
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--module/vcomponent/recurrence.scm (renamed from module/vcalendar/recurrence.scm)6
1 files changed, 3 insertions, 3 deletions
diff --git a/module/vcalendar/recurrence.scm b/module/vcomponent/recurrence.scm
index ae08feb6..d1113477 100644
--- a/module/vcalendar/recurrence.scm
+++ b/module/vcomponent/recurrence.scm
@@ -1,6 +1,6 @@
-(define-module (vcalendar recurrence)
- #:use-module (vcalendar)
- #:use-module (vcalendar recurrence generate)
+(define-module (vcomponent recurrence)
+ #:use-module (vcomponent)
+ #:use-module (vcomponent recurrence generate)
#:re-export (generate-recurrence-set)
#:export (repeating?))