aboutsummaryrefslogtreecommitdiff
path: root/module/html/caltable.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-08-23 23:22:10 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-08-23 23:22:10 +0200
commitedaf758b80fed1f5f14cd4b192e661c8863e84bc (patch)
tree9baf17c11a6254e81f29a1c473e5eb86c072aa79 /module/html/caltable.scm
parentAdd rendering of standalone small-cal. (diff)
downloadcalp-edaf758b80fed1f5f14cd4b192e661c8863e84bc.tar.gz
calp-edaf758b80fed1f5f14cd4b192e661c8863e84bc.tar.xz
Move html modules under calp.
Diffstat (limited to '')
-rw-r--r--module/calp/html/caltable.scm (renamed from module/html/caltable.scm)4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/html/caltable.scm b/module/calp/html/caltable.scm
index fb2cbe02..65a70252 100644
--- a/module/html/caltable.scm
+++ b/module/calp/html/caltable.scm
@@ -1,6 +1,6 @@
-(define-module (html caltable)
+(define-module (calp html caltable)
:use-module (util)
- :use-module (html util)
+ :use-module (calp html util)
:use-module (datetime)
:use-module (srfi srfi-41)
)