diff options
author | Wojtek Kosior <koszko@koszko.org> | 2022-11-22 21:47:26 +0100 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2022-11-22 21:47:26 +0100 |
commit | 580f9c43606ef3def37751891ef4098211e9692a (patch) | |
tree | de5fc2cd8c96c8760ed00b85b5262a9159d73b5d | |
parent | aae8d361300cada2463cff1201521cc485cf2aae (diff) | |
download | koszko-org-website-580f9c43606ef3def37751891ef4098211e9692a.tar.gz koszko-org-website-580f9c43606ef3def37751891ef4098211e9692a.zip |
correct the comment inside `guix.scm`
-rw-r--r-- | guix.scm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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)) |