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 +- module/rss-filter.scm | 2 +- 2 files changed, 2 insertions(+), 2 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))) diff --git a/module/rss-filter.scm b/module/rss-filter.scm index 513b51b..2d90810 100644 --- a/module/rss-filter.scm +++ b/module/rss-filter.scm @@ -9,7 +9,7 @@ :use-module (sxml xpath) :use-module (sxml namespace) - :use-module ((hnh util) :select (path-append)) + :use-module ((hnh util path) :select (path-append)) :use-module (datetime) ) -- cgit v1.2.3