summaryrefslogtreecommitdiff
path: root/module
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-03-01 02:07:20 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2022-03-01 02:07:20 +0100
commit3326c8bd400c3836716edac01c4df0913ee53edd (patch)
treee37d111d89d388f8808e29919e60fa6f02b5cd08 /module
parentReplace references to calp with hnh. (diff)
downloadrss-filter-master.tar.gz
rss-filter-master.tar.xz
... and change to correct submodules.HEADmaster
Diffstat (limited to 'module')
-rw-r--r--module/rss-filter.scm2
1 files changed, 1 insertions, 1 deletions
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)
)