aboutsummaryrefslogtreecommitdiff
path: root/module/calp/entry-points/text.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-08-17 17:52:01 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-08-17 17:52:01 +0200
commit6a219c59e6506ee5326822a7ced0e6cd92b7b628 (patch)
tree3cf44cef098fb0a98137abd7942d8aa10592ddfc /module/calp/entry-points/text.scm
parentstuff. (diff)
downloadcalp-6a219c59e6506ee5326822a7ced0e6cd92b7b628.tar.gz
calp-6a219c59e6506ee5326822a7ced0e6cd92b7b628.tar.xz
Move a bunch of files into calp module.
Diffstat (limited to '')
-rw-r--r--module/calp/entry-points/text.scm (renamed from module/entry-points/text.scm)2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/entry-points/text.scm b/module/calp/entry-points/text.scm
index d6ebd72e..04f57a31 100644
--- a/module/entry-points/text.scm
+++ b/module/calp/entry-points/text.scm
@@ -1,4 +1,4 @@
-(define-module (entry-points text)
+(define-module (calp entry-points text)
:export (main)
:use-module (text flow)
:use-module (ice-9 getopt-long)