From d0fef42e07614e88fe237571867123b8229c24d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 6 Jul 2020 01:22:13 +0200 Subject: Rename parse component to parse ical. --- module/vcomponent/parse.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'module/vcomponent/parse.scm') diff --git a/module/vcomponent/parse.scm b/module/vcomponent/parse.scm index 7b2d7fc5..0b5f5529 100644 --- a/module/vcomponent/parse.scm +++ b/module/vcomponent/parse.scm @@ -1,7 +1,7 @@ ;;; Commentary: ;; Code for parsing vdir's and icalendar files. ;; This module handles the finding of files, while -;; (vcomponent parse component) handles reading data from icalendar files. +;; (vcomponent parse ical) handles reading data from icalendar files. ;;; Code: (define-module (vcomponent parse) @@ -17,7 +17,7 @@ :use-module (util exceptions) :use-module (vcomponent base) - :use-module (vcomponent parse component) + :use-module (vcomponent parse ical) :re-export (parse-calendar) ) -- cgit v1.2.3