aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent/formats/vdir/save-delete.scm
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--module/vcomponent/formats/vdir/save-delete.scm (renamed from module/vcomponent/vdir/save-delete.scm)4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/vcomponent/vdir/save-delete.scm b/module/vcomponent/formats/vdir/save-delete.scm
index b3c7f9c5..1c70dabf 100644
--- a/module/vcomponent/vdir/save-delete.scm
+++ b/module/vcomponent/formats/vdir/save-delete.scm
@@ -9,10 +9,10 @@
;;; Code:
-(define-module (vcomponent vdir save-delete)
+(define-module (vcomponent formats vdir save-delete)
:use-module (calp util)
:use-module ((calp util exceptions) :select (assert))
- :use-module (vcomponent ical output)
+ :use-module (vcomponent formats ical output)
:use-module (vcomponent)
:use-module ((calp util io) :select (with-atomic-output-to-file))
)