aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent/parse/ical.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-07-06 01:22:13 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-07-07 13:10:38 +0200
commitd0fef42e07614e88fe237571867123b8229c24d3 (patch)
treee407f6537280e66a5ce7c4750e3bb87c498e80d0 /module/vcomponent/parse/ical.scm
parentResolve TZ for xcal datetime. (diff)
downloadcalp-d0fef42e07614e88fe237571867123b8229c24d3.tar.gz
calp-d0fef42e07614e88fe237571867123b8229c24d3.tar.xz
Rename parse component to parse ical.
Diffstat (limited to '')
-rw-r--r--module/vcomponent/parse/ical.scm (renamed from module/vcomponent/parse/component.scm)4
1 files changed, 1 insertions, 3 deletions
diff --git a/module/vcomponent/parse/component.scm b/module/vcomponent/parse/ical.scm
index 41ef30f5..a07487f0 100644
--- a/module/vcomponent/parse/component.scm
+++ b/module/vcomponent/parse/ical.scm
@@ -1,6 +1,4 @@
-;;; TODO rename to (vcomponent parse ical)? To work nices alongside
-;;; (vcomponent parse xcal)
-(define-module (vcomponent parse component)
+(define-module (vcomponent parse ical)
:use-module (util)
:use-module (util exceptions)
:use-module ((ice-9 rdelim) :select (read-line))