diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-04-06 23:23:56 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-04-06 23:23:56 +0200 |
commit | a70a50048bec0ba2a694ad2f8f414051e2f88430 (patch) | |
tree | 122eea3bd87eee781890c3eb38763a1e955f4a04 /doc | |
parent | ddbc7f7d8112f1233904f4708ac707bf4a03ce41 (diff) | |
download | guix-a70a50048bec0ba2a694ad2f8f414051e2f88430.tar guix-a70a50048bec0ba2a694ad2f8f414051e2f88430.tar.gz |
doc: Update reproducible-builds.org URL.
* doc/guix.texi (Invoking guix challenge): Update reproducible-builds
URL.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index bcfa1e093a..dcc112474b 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -5544,7 +5544,7 @@ various things that Guix does not fully control, in spite of building packages in isolated environments (@pxref{Features}). Most common sources of non-determinism include the addition of timestamps in build results, the inclusion of random numbers, and directory listings sorted -by inode number. See @uref{https://reproducible.debian.net/howto/}, for +by inode number. See @uref{https://reproducible-builds.org/docs/}, for more information. To find out what is wrong with this Git binary, we can do something along |