summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRutherther <rutherther@ditigal.xyz>2026-02-07 19:30:11 +0100
committerRutherther <rutherther@ditigal.xyz>2026-04-29 13:09:25 +0200
commita2b68d8f64afaebd52f2a9edffb498bc515f7290 (patch)
tree5ef97dcff60175cf3d6d285f73f65c40132d0393 /doc
parent785047ce8907800fc84f8b8227f923e5fb0bcb8b (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')
-rw-r--r--doc/guix-cookbook.texi6
-rw-r--r--doc/guix.texi6
2 files changed, 6 insertions, 6 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
3258sudo apt-get install gpg 3258sudo apt-get install gpg
3259wget https://sv.gnu.org/people/viewgpg.php?user_id=15145 -qO - | gpg --import - 3259wget https://codeberg.org/efraim.gpg -qO - | gpg --import -
3260wget https://git.savannah.gnu.org/cgit/guix.git/plain/etc/guix-install.sh 3260wget https://guix.gnu.org/guix-install.sh
3261chmod +x guix-install.sh 3261chmod +x guix-install.sh
3262./guix-install.sh 3262./guix-install.sh
3263guix pull 3263guix pull
@@ -3436,7 +3436,7 @@ Now you can run the "install guix from @pxref{Binary Installation,,,
3436guix, GNU Guix}" steps: 3436guix, GNU Guix}" steps:
3437 3437
3438@example 3438@example
3439wget https://git.savannah.gnu.org/cgit/guix.git/plain/etc/guix-install.sh 3439wget https://guix.gnu.org/guix-install.sh
3440chmod +x guix-install.sh 3440chmod +x guix-install.sh
3441./guix-install.sh 3441./guix-install.sh
3442guix pull 3442guix pull
diff --git a/doc/guix.texi b/doc/guix.texi
index 6a7a9f8c35e..b2ff12dcb11 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
@@ -14858,7 +14858,7 @@ provided through NuGet's v3 API at @code{api.nuget.org} and includes
14858most relevant information, including package dependencies. 14858most relevant information, including package dependencies.
14859There are some caveats, however. The metadata does not always include 14859There are some caveats, however. The metadata does not always include
14860repository information, in which case the importer attempts to extract 14860repository information, in which case the importer attempts to extract
14861it from the symbol package (@file{.snupkg}) if available. 14861it from the symbol package (@file{.snupkg}) if available.
14862Additionally, dependencies are grouped by target framework in NuGet, 14862Additionally, dependencies are grouped by target framework in NuGet,
14863but the importer flattens all dependency groups into a single list. 14863but the importer flattens all dependency groups into a single list.
14864 14864