From c24ce7cb11e74da13d491f9de3c4b7040a069f43 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Mon, 22 Jan 2024 22:35:30 +0100 Subject: Start using the channel The PGP key name is changed because the diacritics caused some pattern matching to fail during guix pull. There was also wrong nesting to fix. --- .guix-authorizations | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.guix-authorizations') diff --git a/.guix-authorizations b/.guix-authorizations index bea1c29..710157d 100644 --- a/.guix-authorizations +++ b/.guix-authorizations @@ -1,4 +1,4 @@ ( authorizations ( version 0 ) - ( ( "590E 500F E39D 26B3 E60B 743B 6D81 B120 7711 899F" ) - ( name "Marek Paśnikowski" ) ) ) + ( ( "590E 500F E39D 26B3 E60B 743B 6D81 B120 7711 899F" + ( name "Marek Paśnikowski" ) ) ) ) -- cgit v1.2.3