aboutsummaryrefslogtreecommitdiff
path: root/module/fetch.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/fetch.scm
parentChange event-length => event-length/day. (diff)
downloadcalp-8f4fbcd493e28c86c598efcecdb6dc79d8fe0bfe.tar.gz
calp-8f4fbcd493e28c86c598efcecdb6dc79d8fe0bfe.tar.xz
Rename module vcalendar => vcomponent.
Diffstat (limited to 'module/fetch.scm')
-rwxr-xr-xmodule/fetch.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/module/fetch.scm b/module/fetch.scm
index a91e4d0d..b01329a8 100755
--- a/module/fetch.scm
+++ b/module/fetch.scm
@@ -12,9 +12,9 @@
(use-modules (srfi srfi-1)
(srfi srfi-19)
(srfi srfi-26)
- (vcalendar)
- (vcalendar datetime)
- (vcalendar output)
+ (vcomponent)
+ (vcomponent datetime)
+ (vcomponent output)
(util))