aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent/ical/types.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-08-23 16:31:55 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-08-23 16:31:55 +0200
commitb866096e7a84f59b33b90fc2e7875e2969b05df2 (patch)
tree225b88955d1314a8100dad8602d13c7933cca0f6 /module/vcomponent/ical/types.scm
parentRemove custom if + *unspecified*. (diff)
downloadcalp-b866096e7a84f59b33b90fc2e7875e2969b05df2.tar.gz
calp-b866096e7a84f59b33b90fc2e7875e2969b05df2.tar.xz
Base64 now free floating top level.
Diffstat (limited to 'module/vcomponent/ical/types.scm')
-rw-r--r--module/vcomponent/ical/types.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/vcomponent/ical/types.scm b/module/vcomponent/ical/types.scm
index f2787693..b46bb236 100644
--- a/module/vcomponent/ical/types.scm
+++ b/module/vcomponent/ical/types.scm
@@ -2,7 +2,7 @@
(define-module (vcomponent ical types)
:use-module (util)
:use-module (util exceptions)
- :use-module (util base64)
+ :use-module (base64)
:use-module (datetime))