diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-05-05 11:26:26 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-05-05 11:26:26 -0400 |
commit | ace67239467fe3325f4ae2b6e11f02c23090db8a (patch) | |
tree | b386304ea37f2472e3421f142482dc83c377c461 /doc | |
parent | f40b0fa8e686c64196ae3e4fa9eca32a1ffce9c6 (diff) | |
download | guix-ace67239467fe3325f4ae2b6e11f02c23090db8a.tar guix-ace67239467fe3325f4ae2b6e11f02c23090db8a.tar.gz |
doc: Update the OpenPGP key used to sign the release.
It was discussed on guix-devel that the manual only needs to have correct
instructions for the latest release.
* doc/guix.texi (OPENPGP-SIGNING-KEY-ID): Update to my public OpenPGP key.
(OPENPGP-SIGNING-KEY-URL): Adjust URL.
Diffstat (limited to 'doc')
-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 ff592ce364..7f54ddfb3c 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -10,8 +10,8 @@ @include version.texi @c Identifier of the OpenPGP key used to sign tarballs and such. -@set OPENPGP-SIGNING-KEY-ID 3CE464558A84FDC69DB40CFB090B11993D9AEBB5 -@set OPENPGP-SIGNING-KEY-URL https://sv.gnu.org/people/viewgpg.php?user_id=15145 +@set OPENPGP-SIGNING-KEY-ID 27D586A4F8900854329FF09F1260E46482E63562 +@set OPENPGP-SIGNING-KEY-URL https://sv.gnu.org/people/viewgpg.php?user_id=127547 @c Base URL for downloads. @set BASE-URL https://ftp.gnu.org/gnu/guix |