From 8f4fbcd493e28c86c598efcecdb6dc79d8fe0bfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 23 Apr 2019 18:03:49 +0200 Subject: Rename module vcalendar => vcomponent. --- module/main.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'module/main.scm') 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) -- cgit v1.2.3