diff options
| author | Rutherther <rutherther@ditigal.xyz> | 2026-02-07 19:30:11 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-04-29 13:09:25 +0200 |
| commit | a2b68d8f64afaebd52f2a9edffb498bc515f7290 (patch) | |
| tree | 5ef97dcff60175cf3d6d285f73f65c40132d0393 /doc/guix-cookbook.texi | |
| parent | 785047ce8907800fc84f8b8227f923e5fb0bcb8b (diff) | |
docs: Update release signing key.
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
Diffstat (limited to 'doc/guix-cookbook.texi')
| -rw-r--r-- | doc/guix-cookbook.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/guix-cookbook.texi b/doc/guix-cookbook.texi index 73b1e16b241..ffadd32c3de 100644 --- a/doc/guix-cookbook.texi +++ b/doc/guix-cookbook.texi | |||
| @@ -3256,8 +3256,8 @@ your Linode Summary section.) Now you can run the "install guix from | |||
| 3256 | 3256 | ||
| 3257 | @example | 3257 | @example |
| 3258 | sudo apt-get install gpg | 3258 | sudo apt-get install gpg |
| 3259 | wget https://sv.gnu.org/people/viewgpg.php?user_id=15145 -qO - | gpg --import - | 3259 | wget https://codeberg.org/efraim.gpg -qO - | gpg --import - |
| 3260 | wget https://git.savannah.gnu.org/cgit/guix.git/plain/etc/guix-install.sh | 3260 | wget https://guix.gnu.org/guix-install.sh |
| 3261 | chmod +x guix-install.sh | 3261 | chmod +x guix-install.sh |
| 3262 | ./guix-install.sh | 3262 | ./guix-install.sh |
| 3263 | guix pull | 3263 | guix pull |
| @@ -3436,7 +3436,7 @@ Now you can run the "install guix from @pxref{Binary Installation,,, | |||
| 3436 | guix, GNU Guix}" steps: | 3436 | guix, GNU Guix}" steps: |
| 3437 | 3437 | ||
| 3438 | @example | 3438 | @example |
| 3439 | wget https://git.savannah.gnu.org/cgit/guix.git/plain/etc/guix-install.sh | 3439 | wget https://guix.gnu.org/guix-install.sh |
| 3440 | chmod +x guix-install.sh | 3440 | chmod +x guix-install.sh |
| 3441 | ./guix-install.sh | 3441 | ./guix-install.sh |
| 3442 | guix pull | 3442 | guix pull |
