aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2022-11-22 21:47:26 +0100
committerWojtek Kosior <koszko@koszko.org>2022-11-22 21:47:26 +0100
commit580f9c43606ef3def37751891ef4098211e9692a (patch)
treede5fc2cd8c96c8760ed00b85b5262a9159d73b5d
parentaae8d361300cada2463cff1201521cc485cf2aae (diff)
downloadkoszko-org-website-580f9c43606ef3def37751891ef4098211e9692a.tar.gz
koszko-org-website-580f9c43606ef3def37751891ef4098211e9692a.zip
correct the comment inside `guix.scm`
-rw-r--r--guix.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/guix.scm b/guix.scm
index 1c2e034..ca29abd 100644
--- a/guix.scm
+++ b/guix.scm
@@ -6,8 +6,8 @@
;; We need the actual website package to be defined in a module so that the
;; parent repository can more easily use it with `guix system`. Hence, the bulk
-;; of Guile code resides in `guix-modules/hydrilla.scm` and this file is just a
-;; thin wrapper around that.
+;; of Guile code resides in `guix-module-dir/koszko-org-website.scm` and this
+;; file is just a thin wrapper around that.
(add-to-load-path (string-append
(dirname (current-filename))