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 abdd7aa2..5ff43cf7 100644
--- a/module/calp/entry-points/tidsrapport.scm
+++ b/module/calp/entry-points/tidsrapport.scm
@@ -39,8 +39,8 @@
(define-module (calp entry-points tidsrapport)
:export (main)
- :use-module (calp util)
- :use-module (calp util options)
+ :use-module (hnh util)
+ :use-module (hnh util options)
:use-module (ice-9 getopt-long)
:use-module (datetime)
)
@@ -52,7 +52,7 @@
(datetime)
(vcomponent util instance)
(vcomponent util instance methods)
- (calp util)
+ (hnh util)
(ice-9 regex)
(ice-9 popen)
)