From 4dab99ac9f003b116c4382e172a4e772742d221a Mon Sep 17 00:00:00 2001 From: jman Date: Fri, 30 Dec 2022 01:14:26 +0100 Subject: 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 --- gnu/home/services.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu/home/services.scm') 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 @@ (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."))) -- cgit v1.2.3 t name='qt'>
AgeCommit message (Expand)Author
2022-06-13gnu: autogen: Build reproducibly.Vagrant Cascadian
2022-06-13gnu: autogen: Build with guile 3.0.Vagrant Cascadian
2022-06-05gnu: autogen: Use reproducible date for man pages.Vagrant Cascadian
2022-02-11gnu: autogen: Fix compilation.Ludovic Courtès
2021-12-13gnu: Simplify package inputs.Ludovic Courtès
2020-04-13gnu: autogen: Disable parallel tests.Marius Bakke
2019-02-24gnu: autogen: Update to 5.18.16.Tobias Geerinckx-Rice