From 587392e21ea89af7e3eb78ba448f982384b4fdc8 Mon Sep 17 00:00:00 2001 From: Charles Roelli Date: Fri, 30 Jan 2026 12:18:48 +0100 Subject: Use GPG subkey in channel introduction Suddenly signatures with the subkey were no longer considered valid, so let's use it directly instead. --- home-configuration.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home-configuration.scm b/home-configuration.scm index 8953adf..f9804c6 100644 --- a/home-configuration.scm +++ b/home-configuration.scm @@ -80,9 +80,9 @@ (url "https://codeberg.org/charlesroelli/channel.git") (introduction (make-channel-introduction - "d059076214e6cb8c00539649a43e603b7e9f2c90" + "ffc27e1f5f8306faf47098e8cf8e06c610a315de" (openpgp-fingerprint - "7FD6 B094 1B34 68AE 6F19 04AE D3C9 09F4 ADEF 6FE2"))))))) + "59B6 65CB 5FC8 1C50 8144 5049 3EEC E33F 63F9 8864"))))))) %base-home-services)))) %home-environment -- cgit v1.3