From 580f9c43606ef3def37751891ef4098211e9692a Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Tue, 22 Nov 2022 21:47:26 +0100 Subject: correct the comment inside `guix.scm` --- guix.scm | 4 ++-- 1 file 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)) -- cgit v1.2.3