guix_mirror_bot pushed a commit to branch version-1.5.0 in repository guix.
commit 30e435371e12c5712ef4bde58d9a59723b98399a Author: Rutherther <[email protected]> AuthorDate: Mon Jan 19 19:02:32 2026 +0100 guix-install.sh: Add efraim's signing key. * etc/guix-install.sh (GPG_SIGNING_KEYS): add "efraim" entry with his key fingerprint. Change-Id: Idbe6eb4bf366265fedb1748f62707eb0819003e2 --- etc/guix-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/guix-install.sh b/etc/guix-install.sh index 1b2b978c34..642a89548c 100755 --- a/etc/guix-install.sh +++ b/etc/guix-install.sh @@ -110,6 +110,7 @@ GNU_URL="https://ftpmirror.gnu.org/gnu/guix/" declare -A GPG_SIGNING_KEYS GPG_SIGNING_KEYS["civodul"]=3CE464558A84FDC69DB40CFB090B11993D9AEBB5 # ludo GPG_SIGNING_KEYS["apteryx"]=27D586A4F8900854329FF09F1260E46482E63562 # maxim +GPG_SIGNING_KEYS["efraim"]=A28BF40C3E551372662D14F741AAE7DCCA3D8351 # efraim PUBLIC_KEYSERVERS="keys.openpgp.org pgpkeys.eu keyserver.ubuntu.com" # ------------------------------------------------------------------------------
