aboutsummaryrefslogtreecommitdiff
path: root/module/calp/entry-points/terminal.scm
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--module/calp/entry-points/terminal.scm (renamed from module/entry-points/terminal.scm)2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/entry-points/terminal.scm b/module/calp/entry-points/terminal.scm
index d44fb1e8..5a9b2588 100644
--- a/module/entry-points/terminal.scm
+++ b/module/calp/entry-points/terminal.scm
@@ -1,4 +1,4 @@
-(define-module (entry-points terminal)
+(define-module (calp entry-points terminal)
:export (main)
:use-module (output terminal)
:use-module (vcomponent)