doc: Fix claimed archive timestamps.

Reported by Leo Famulari <leo@famulari.name>.

* doc/guix.texi (Binary Installation): Use a correct timestamp of 1
instead of an incorrect one of 0.
This commit is contained in:
Tobias Geerinckx-Rice 2020-10-28 19:11:58 +01:00
parent f6839fed5f
commit 83c60bb062
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -669,7 +669,7 @@ not emit warnings about ``implausibly old time stamps'' (such
warnings were triggered by GNU@tie{}tar 1.26 and older; recent
versions are fine).
They stem from the fact that all the
files in the archive have their modification time set to zero (which
files in the archive have their modification time set to 1 (which
means January 1st, 1970). This is done on purpose to make sure the
archive content is independent of its creation time, thus making it
reproducible.