GNU bug report logs - #60422
[PATCH guix 1/1] guix: Fix typos.

Previous Next

Package: guix-patches;

Reported by: jman <srht <at> city17.xyz>

Date: Fri, 30 Dec 2022 07:04:06 UTC

Severity: normal

Tags: patch

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#60422: closed ([PATCH guix 1/1] guix: Fix typos.)
Date: Tue, 03 Jan 2023 21:33:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Tue, 03 Jan 2023 16:32:45 -0500
with message-id <877cy31eyq.fsf_-_ <at> gmail.com>
and subject line Re: bug#60422: [PATCH guix 1/1] guix: Fix typos.
has caused the debbugs.gnu.org bug report #60422,
regarding [PATCH guix 1/1] guix: Fix typos.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
60422: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=60422
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: jman <srht <at> city17.xyz>
To: guix-patches <at> gnu.org
Cc: jman <srht <at> city17.xyz>
Subject: [PATCH guix 1/1] guix: Fix typos.
Date: Fri, 30 Dec 2022 01:14:26 +0100
Signed-off-by: jman <srht <at> city17.xyz>
---
 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 9903568..e154f5c 100644
--- a/gnu/home/services.scm
+++ b/gnu/home/services.scm
@@ -313,7 +313,7 @@ (define home-files-service-type
                 (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 @@ (define home-xdg-configuration-files-service-type
                 (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 @@ (define home-xdg-data-files-service-type
                 (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.")))
 
 
-- 
2.39.0



[Message part 3 (message/rfc822, inline)]
From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: jman <srht <at> city17.xyz>
Cc: 60422-done <at> debbugs.gnu.org
Subject: Re: bug#60422: [PATCH guix 1/1] guix: Fix typos.
Date: Tue, 03 Jan 2023 16:32:45 -0500
Hello,

jman <srht <at> city17.xyz> writes:

> Signed-off-by: jman <srht <at> city17.xyz>

Contrary to the Linux project, Signed-off-by is used by the person
committing the work of somebody else, so don't add Signed-off-by tags in
Guix for yourself (see: info "(guix) Commit Access" for the reference).

I've also expound the commit message to follow the GNU ChangeLog style,
used in Guix, like so:

--8<---------------cut here---------------start------------->8---
* gnu/home/services.scm (home-files-service-type): Fix typo.
(home-xdg-configuration-files-service-type): Likewise.
(home-xdg-data-files-service-type): Likewise.
--8<---------------cut here---------------end--------------->8---

And applied it to master.  Thank you!

-- 
Thanks,
Maxim


This bug report was last modified 2 years and 138 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.