guix-commits
[Top][All Lists]
Advanced

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

branch master updated: guix: Fix typos.


From: guix-commits
Subject: branch master updated: guix: Fix typos.
Date: Tue, 03 Jan 2023 16:30:04 -0500

This is an automated email from the git hooks/post-receive script.

apteryx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 4dab99ac9f guix: Fix typos.
4dab99ac9f is described below

commit 4dab99ac9f003b116c4382e172a4e772742d221a
Author: jman <srht@city17.xyz>
AuthorDate: Fri Dec 30 01:14:26 2022 +0100

    guix: Fix typos.
    
    * gnu/home/services.scm (home-files-service-type): Fix typo.
    (home-xdg-configuration-files-service-type): Likewise.
    (home-xdg-data-files-service-type): Likewise.
    
    Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
 gnu/home/services.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/home/services.scm b/gnu/home/services.scm
index 99035686f1..e154f5c443 100644
--- a/gnu/home/services.scm
+++ b/gnu/home/services.scm
@@ -313,7 +313,7 @@ directory containing FILES."
                 (extend append)
                 (default-value '())
                 (description "Files that will be put in
-@file{~~/.guix-home/files}, and further processed during activation.")))
+@file{~/.guix-home/files}, and further processed during activation.")))
 
 (define xdg-configuration-files-directory ".config")
 
@@ -334,7 +334,7 @@ directory containing FILES."
                 (extend append)
                 (default-value '())
                 (description "Files that will be put in
-@file{~~/.guix-home/files/.config}, and further processed during 
activation.")))
+@file{~/.guix-home/files/.config}, and further processed during activation.")))
 
 (define xdg-data-files-directory ".local/share")
 
@@ -355,7 +355,7 @@ directory containing FILES."
                 (extend append)
                 (default-value '())
                 (description "Files that will be put in
-@file{~~/.guix-home/files/.local/share}, and further processed during
+@file{~/.guix-home/files/.local/share}, and further processed during
 activation.")))
 
 



reply via email to

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