unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#60421] [PATCH guix 0/1] Fix small typos
@ 2022-12-30  0:14 jman via Guix-patches via
  2022-12-30  0:14 ` [bug#60422] [PATCH guix 1/1] guix: Fix typos jman via Guix-patches via
  0 siblings, 1 reply; 3+ messages in thread
From: jman via Guix-patches via @ 2022-12-30  0:14 UTC (permalink / raw)
  To: 60421; +Cc: jman

Hello, newcomer here :)

I think I've spotted a few tiny typos in a file, I'm submitting a patch
in case they are safe to fix (and to test my first contribution). If not,
feel free to ignore this patch.

Thanks!

jman (1):
  guix: Fix typos.

 gnu/home/services.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

-- 
2.39.0





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [bug#60422] [PATCH guix 1/1] guix: Fix typos.
  2022-12-30  0:14 [bug#60421] [PATCH guix 0/1] Fix small typos jman via Guix-patches via
@ 2022-12-30  0:14 ` jman via Guix-patches via
  2023-01-03 21:32   ` bug#60422: " Maxim Cournoyer
  0 siblings, 1 reply; 3+ messages in thread
From: jman via Guix-patches via @ 2022-12-30  0:14 UTC (permalink / raw)
  To: 60422; +Cc: jman

Signed-off-by: jman <srht@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





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#60422: [PATCH guix 1/1] guix: Fix typos.
  2022-12-30  0:14 ` [bug#60422] [PATCH guix 1/1] guix: Fix typos jman via Guix-patches via
@ 2023-01-03 21:32   ` Maxim Cournoyer
  0 siblings, 0 replies; 3+ messages in thread
From: Maxim Cournoyer @ 2023-01-03 21:32 UTC (permalink / raw)
  To: jman; +Cc: 60422-done

Hello,

jman <srht@city17.xyz> writes:

> Signed-off-by: jman <srht@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




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-01-03 21:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-30  0:14 [bug#60421] [PATCH guix 0/1] Fix small typos jman via Guix-patches via
2022-12-30  0:14 ` [bug#60422] [PATCH guix 1/1] guix: Fix typos jman via Guix-patches via
2023-01-03 21:32   ` bug#60422: " Maxim Cournoyer

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).