aboutsummaryrefslogtreecommitdiff
path: root/module/html/view/calendar.scm
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--module/calp/html/view/calendar.scm (renamed from module/html/view/calendar.scm)12
1 files changed, 6 insertions, 6 deletions
diff --git a/module/html/view/calendar.scm b/module/calp/html/view/calendar.scm
index aa67220c..67a1a7b5 100644
--- a/module/html/view/calendar.scm
+++ b/module/calp/html/view/calendar.scm
@@ -1,4 +1,4 @@
-(define-module (html view calendar)
+(define-module (calp html view calendar)
:use-module (util)
:use-module (vcomponent)
:use-module ((vcomponent datetime)
@@ -6,17 +6,17 @@
:use-module ((vcomponent build)
:select (vcalendar vevent))
:use-module (datetime)
- :use-module (html components)
- :use-module ((html vcomponent)
+ :use-module (calp html components)
+ :use-module ((calp html vcomponent)
:select (popup
calendar-styles
fmt-day
make-block
fmt-single-event
))
- :use-module (html config)
- :use-module (html util)
- :use-module ((html caltable) :select (cal-table))
+ :use-module (calp html config)
+ :use-module (calp html util)
+ :use-module ((calp html caltable) :select (cal-table))
:use-module (util config)