guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/04: home: Fix docstring.


From: guix-commits
Subject: 02/04: home: Fix docstring.
Date: Fri, 19 Aug 2022 12:08:59 -0400 (EDT)

abcdw pushed a commit to branch master
in repository guix.

commit e60ba7eb6dd3d5847f7111f1a2ea33492b12cbc8
Author: Andrew Tropin <andrew@trop.in>
AuthorDate: Tue May 3 13:21:28 2022 +0300

    home: Fix docstring.
    
    gnu/home.scm (home-environment-derivation): Fix docstring.
---
 gnu/home.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/home.scm b/gnu/home.scm
index 4ddbafe412..c95d1e0818 100644
--- a/gnu/home.scm
+++ b/gnu/home.scm
@@ -96,7 +96,7 @@
            (home-environment-essential-services he))))
 
 (define* (home-environment-derivation he)
-  "Return a derivation that builds OS."
+  "Return a derivation that builds home environment."
   (let* ((services         (home-environment-services he))
          (home (fold-services services
                               #:target-type home-service-type)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]