From a0876ac766f2d69a86d845b65e55c8e4879d1b4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 1 Mar 2022 02:04:02 +0100 Subject: Replace references to calp with hnh. --- main.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'main.scm') diff --git a/main.scm b/main.scm index 276338d..ed98034 100755 --- a/main.scm +++ b/main.scm @@ -5,7 +5,7 @@ (add-to-load-path "/home/hugo/code/calp/module") (use-modules - ((calp util) :select (path-append)) + ((hnh util) :select (path-append)) (ice-9 getopt-long) ((xdg basedir) :prefix xdg-) ((rss-filter) :select (handle-feed))) @@ -33,7 +33,7 @@ (define (main args) - (define opts (getopt-long args ((@ (calp util options) getopt-opt) option-spec))) + (define opts (getopt-long args ((@ (hnh util options) getopt-opt) option-spec))) (define output-directory (option-ref opts 'output ".")) (define config-dir @@ -45,7 +45,7 @@ (define quiet? (option-ref opts 'quiet #f)) (when (option-ref opts 'help #f) - ((@ (calp util options) print-arg-help) option-spec) + ((@ (hnh util options) print-arg-help) option-spec) (exit 0)) (unless (file-exists? config-dir) -- cgit v1.2.3