diff options
author | Ludovic Courtès <ludo@gnu.org> | 2018-12-18 11:59:39 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2018-12-18 16:04:25 +0100 |
commit | 65c8a043709e9e13f814211bba98c57eb00d9620 (patch) | |
tree | f1d51efeca45401f38afaa5b64e92fc2177acebc /doc/guix.texi | |
parent | bd5a81f9b8eafc4721d64a53738e4da06eac2fa0 (diff) | |
download | patches-65c8a043709e9e13f814211bba98c57eb00d9620.tar patches-65c8a043709e9e13f814211bba98c57eb00d9620.tar.gz |
doc: Remove stale reference to 'hydra.gnu.org'.
Reported by Thomas Schmitt <scdbackup@gmx.net>.
* doc/guix.texi (Binary Installation): Refer to SUBSTITUTE-SERVER, not
to 'hydra.gnu.org'.
Diffstat (limited to 'doc/guix.texi')
-rw-r--r-- | doc/guix.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 8611b61026..6c5324ee0b 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -585,12 +585,12 @@ Info search path.) @item @cindex substitutes, authorization thereof -To use substitutes from @code{hydra.gnu.org} or one of its mirrors +To use substitutes from @code{@value{SUBSTITUTE-SERVER}} or one of its mirrors (@pxref{Substitutes}), authorize them: @example # guix archive --authorize < \ - ~root/.config/guix/current/share/guix/hydra.gnu.org.pub + ~root/.config/guix/current/share/guix/@value{SUBSTITUTE-SERVER}.pub @end example @item |