aboutsummaryrefslogtreecommitdiff
path: root/module/calp/entry-points/tidsrapport.scm
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--module/calp/entry-points/tidsrapport.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/module/calp/entry-points/tidsrapport.scm b/module/calp/entry-points/tidsrapport.scm
index 4716ceeb..abdd7aa2 100644
--- a/module/calp/entry-points/tidsrapport.scm
+++ b/module/calp/entry-points/tidsrapport.scm
@@ -50,8 +50,8 @@
(srfi srfi-1)
(vcomponent)
(datetime)
- (vcomponent instance)
- (vcomponent instance methods)
+ (vcomponent util instance)
+ (vcomponent util instance methods)
(calp util)
(ice-9 regex)
(ice-9 popen)
@@ -66,7 +66,7 @@
(define instances
(group-by (compose day as-date (extract 'DTSTART))
(stream->list
- ((@ (vcomponent search) execute-query)
+ ((@ (vcomponent util search) execute-query)
(lambda (e)
(define d (as-datetime (prop e 'DTSTART)))
(define s (date year: year month: month day: 1))