summaryrefslogtreecommitdiff
path: root/module
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-03-01 02:04:02 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2022-03-01 02:04:02 +0100
commita0876ac766f2d69a86d845b65e55c8e4879d1b4e (patch)
tree696e1b5224c05ef8cdd2a61da33c41c9643ab13a /module
parentInsert error messages into rss feed. (diff)
downloadrss-filter-a0876ac766f2d69a86d845b65e55c8e4879d1b4e.tar.gz
rss-filter-a0876ac766f2d69a86d845b65e55c8e4879d1b4e.tar.xz
Replace references to calp with hnh.
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 1138744..513b51b 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 ((calp util) :select (path-append))
+ :use-module ((hnh util) :select (path-append))
:use-module (datetime)
)