aboutsummaryrefslogtreecommitdiff
path: root/module/calp/entry-points/terminal.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/calp/entry-points/terminal.scm')
-rw-r--r--module/calp/entry-points/terminal.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/calp/entry-points/terminal.scm b/module/calp/entry-points/terminal.scm
index 5a9b2588..fa035e7a 100644
--- a/module/calp/entry-points/terminal.scm
+++ b/module/calp/entry-points/terminal.scm
@@ -1,6 +1,6 @@
(define-module (calp entry-points terminal)
:export (main)
- :use-module (output terminal)
+ :use-module (calp terminal)
:use-module (vcomponent)
:use-module (ice-9 getopt-long)
:use-module (datetime)