summaryrefslogtreecommitdiff
path: root/main.scm
diff options
context:
space:
mode:
Diffstat (limited to 'main.scm')
-rwxr-xr-xmain.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.scm b/main.scm
index ed98034..d7e6f9b 100755
--- a/main.scm
+++ b/main.scm
@@ -5,7 +5,7 @@
(add-to-load-path "/home/hugo/code/calp/module")
(use-modules
- ((hnh util) :select (path-append))
+ ((hnh util path) :select (path-append))
(ice-9 getopt-long)
((xdg basedir) :prefix xdg-)
((rss-filter) :select (handle-feed)))