diff options
author | Ludovic Courtès <ludo@gnu.org> | 2022-12-14 09:50:38 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-12-14 09:50:38 +0100 |
commit | 09b984b77d060e6fd37833541b828f73238cf2be (patch) | |
tree | 0234ea44bcd923df245ee8f14c786bce9a5e1823 /doc | |
parent | 6dbdb5fcf5640c126ac65479b835aba83aea2a6d (diff) |
doc: Verify the release with my own OpenPGP key.
* doc/guix.texi (OPENPGP-SIGNING-KEY-ID, OPENPGP-SIGNING-KEY-URL):
Switch to my key.
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 e547d469f4..84bfa390f7 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 27D586A4F8900854329FF09F1260E46482E63562 -@set OPENPGP-SIGNING-KEY-URL https://sv.gnu.org/people/viewgpg.php?user_id=127547 +@set OPENPGP-SIGNING-KEY-ID 3CE464558A84FDC69DB40CFB090B11993D9AEBB5 +@set OPENPGP-SIGNING-KEY-URL https://sv.gnu.org/people/viewgpg.php?user_id=15145 @c Base URL for downloads. @set BASE-URL https://ftp.gnu.org/gnu/guix |