diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2020-05-20 09:00:05 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2020-05-20 09:09:35 -0400 |
commit | 12df6684b983507b2a73e14f45d28a71cddfb3b1 (patch) | |
tree | ce529c0703ee038038a220162f0527af6c2386d3 /etc | |
parent | 1271c14f65eb926f3fc0fb0eaebbb7e32b5f9822 (diff) | |
download | guix-12df6684b983507b2a73e14f45d28a71cddfb3b1.tar.gz |
news: Add missing closing parentheses.
This broke 'guix pull'. Apologies! * etc/news.scm: Fix the latest entry.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/news.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/news.scm b/etc/news.scm index bb42cdd48c..1ba7598073 100644 --- a/etc/news.scm +++ b/etc/news.scm @@ -20,12 +20,12 @@ operating system declaration now takes into account the use of a Btrfs subvolume for the partition holding @file{/gnu/store}. Run the command @command{info \"(guix) Btrfs file system\"} for more information and -examples." +examples.") (fr "La génération du fichier de configuration de GRUB produite à partir de la déclaration d'un @code{operating-system} tient maintenant compte de l'utilisation d'un sous-volume Btrfs pour la partition contenant @file{/gnu/store}. Exécutez la commande @command{info\"(guix) Btrfs file -system\"} pour des exemples et plus d'information."))) +system\"} pour des exemples et plus d'information.")))) (entry (commit "6456232164890dbf5aa20394ee24637feb4b7b9e") (title (en "@command{guix pack -RR} introduces a new execution |