mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
doc: Fix channel name typo.
When the manual has "variant-personal-packages", it actually refers to the channel "variant-packages", as it is named so elsewhere. To correct this, I ran the command grep -r -l variant-personal-packages | xargs \ sed -i 's/variang-personal-packages/variant-packages/g' * doc/guix.texi (Specifying Additional Channels): Fix channel name typo. * po/doc/guix-manual.de.po: Fix channel name typo. * po/doc/guix-manual.es.po: Fix channel name typo. * po/doc/guix-manual.fr.po: Fix channel name typo. * po/doc/guix-manual.pt_BR.po: Fix channel name typo. * po/doc/guix-manual.ru.po: Fix channel name typo. * po/doc/guix-manual.zh_CN.po: Fix channel name typo. Signed-off-by: Nikolaos Chatzikonstantinou <nchatz314@gmail.com> Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
2467b7d1fb
commit
3d4d7fec05
7 changed files with 12 additions and 12 deletions
|
@ -5673,7 +5673,7 @@ Generation 19 Aug 27 2018 16:20:48
|
|||
@noindent
|
||||
The output of @command{guix describe} above shows that we're now running
|
||||
Generation@tie{}19 and that it includes
|
||||
both Guix and packages from the @code{variant-personal-packages} channel
|
||||
both Guix and packages from the @code{variant-packages} channel
|
||||
(@pxref{Invoking guix describe}).
|
||||
|
||||
@node Using a Custom Guix Channel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue