aboutsummaryrefslogtreecommitdiff
path: root/module/main.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@hornquist.se>2019-04-23 18:03:49 +0200
committerHugo Hörnquist <hugo@hornquist.se>2019-04-23 18:03:49 +0200
commit8f4fbcd493e28c86c598efcecdb6dc79d8fe0bfe (patch)
tree37e49d78df0916efcb0d547e0b28b63247cfec3d /module/main.scm
parentChange event-length => event-length/day. (diff)
downloadcalp-8f4fbcd493e28c86c598efcecdb6dc79d8fe0bfe.tar.gz
calp-8f4fbcd493e28c86c598efcecdb6dc79d8fe0bfe.tar.xz
Rename module vcalendar => vcomponent.
Diffstat (limited to 'module/main.scm')
-rwxr-xr-xmodule/main.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/module/main.scm b/module/main.scm
index 1b38e6e2..6a2cd9c9 100755
--- a/module/main.scm
+++ b/module/main.scm
@@ -14,10 +14,10 @@
(ice-9 control) ; call-with-escape-continuation
(texinfo string-utils) ; string->wrapped-lines
(util)
- (vcalendar)
- (vcalendar recurrence)
- (vcalendar datetime)
- (vcalendar output)
+ (vcomponent)
+ (vcomponent recurrence)
+ (vcomponent datetime)
+ (vcomponent output)
(terminal escape)
(terminal util)