From 3326c8bd400c3836716edac01c4df0913ee53edd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 1 Mar 2022 02:07:20 +0100 Subject: ... and change to correct submodules. --- main.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.scm') 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))) -- cgit v1.2.3