diff options
| author | Rutherther <rutherther@ditigal.xyz> | 2026-02-07 19:30:11 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-04-29 11:31:02 +0200 |
| commit | ac03c482b1910a1672427beaea07ddcd1d652806 (patch) | |
| tree | a89dae6ddbff0325232778cbacd51b204c216ad7 | |
| parent | d58da8a56b75af73a7b5466f7ef8a81679713aa3 (diff) | |
docs: Update release signing key.version-1.5.0
The release artifacts are now signed by Efraim, not Ludo.
* doc/guix-cookbook.texi: Switch gpg url to codeberg, mention Efraim's key.
* doc/guix.texi: Likewise.
Change-Id: Iae667796b6978cdd4a44f73990da7b9599ab509c
Fixes: #5946
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Merges: #6213
| -rw-r--r-- | doc/guix-cookbook.texi | 6 | ||||
| -rw-r--r-- | doc/guix.texi | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/doc/guix-cookbook.texi b/doc/guix-cookbook.texi index eea1f96bf1b..70bc1ca5a21 100644 --- a/doc/guix-cookbook.texi +++ b/doc/guix-cookbook.texi | |||
| @@ -2930,8 +2930,8 @@ your Linode Summary section.) Now you can run the "install guix from | |||
| 2930 | 2930 | ||
| 2931 | @example | 2931 | @example |
| 2932 | sudo apt-get install gpg | 2932 | sudo apt-get install gpg |
| 2933 | wget https://sv.gnu.org/people/viewgpg.php?user_id=15145 -qO - | gpg --import - | 2933 | wget https://codeberg.org/efraim.gpg -qO - | gpg --import - |
| 2934 | wget https://git.savannah.gnu.org/cgit/guix.git/plain/etc/guix-install.sh | 2934 | wget https://guix.gnu.org/guix-install.sh |
| 2935 | chmod +x guix-install.sh | 2935 | chmod +x guix-install.sh |
| 2936 | ./guix-install.sh | 2936 | ./guix-install.sh |
| 2937 | guix pull | 2937 | guix pull |
| @@ -3110,7 +3110,7 @@ Now you can run the "install guix from @pxref{Binary Installation,,, | |||
| 3110 | guix, GNU Guix}" steps: | 3110 | guix, GNU Guix}" steps: |
| 3111 | 3111 | ||
| 3112 | @example | 3112 | @example |
| 3113 | wget https://git.savannah.gnu.org/cgit/guix.git/plain/etc/guix-install.sh | 3113 | wget https://guix.gnu.org/guix-install.sh |
| 3114 | chmod +x guix-install.sh | 3114 | chmod +x guix-install.sh |
| 3115 | ./guix-install.sh | 3115 | ./guix-install.sh |
| 3116 | guix pull | 3116 | guix pull |
diff --git a/doc/guix.texi b/doc/guix.texi index 954b7a62653..1db60024ad5 100644 --- a/doc/guix.texi +++ b/doc/guix.texi | |||
| @@ -10,8 +10,8 @@ | |||
| 10 | @include version.texi | 10 | @include version.texi |
| 11 | 11 | ||
| 12 | @c Identifier of the OpenPGP key used to sign tarballs and such. | 12 | @c Identifier of the OpenPGP key used to sign tarballs and such. |
| 13 | @set OPENPGP-SIGNING-KEY-ID 3CE464558A84FDC69DB40CFB090B11993D9AEBB5 | 13 | @set OPENPGP-SIGNING-KEY-ID A28BF40C3E551372662D14F741AAE7DCCA3D8351 |
| 14 | @set OPENPGP-SIGNING-KEY-URL https://sv.gnu.org/people/viewgpg.php?user_id=15145 | 14 | @set OPENPGP-SIGNING-KEY-URL https://codeberg.org/efraim.gpg |
| 15 | 15 | ||
| 16 | @c Base URL for downloads. | 16 | @c Base URL for downloads. |
| 17 | @set BASE-URL https://ftpmirror.gnu.org/gnu/guix | 17 | @set BASE-URL https://ftpmirror.gnu.org/gnu/guix |
