diff --git a/README.md b/README.md index d1d0d66..4efce23 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ To update Radix along with Guix via guix pull, write the following definition to (branch "main") (introduction (make-channel-introduction - "85d30480a1907539855fedee6e6a02362e1895ba" + "f9130e11e35d2c147c6764ef85542dc58dc09c4f" (openpgp-fingerprint "99D0 38B0 CC2F 7356 34D0 82F3 5A8F 3D62 C87A 2B33")))) ``` @@ -47,7 +47,7 @@ for example: (branch "main") (introduction (make-channel-introduction - "85d30480a1907539855fedee6e6a02362e1895ba" + "f9130e11e35d2c147c6764ef85542dc58dc09c4f" (openpgp-fingerprint "99D0 38B0 CC2F 7356 34D0 82F3 5A8F 3D62 C87A 2B33")))) %default-channels) diff --git a/radio.scm b/radio.scm index aa2c843..6b7603a 100644 --- a/radio.scm +++ b/radio.scm @@ -176,7 +176,7 @@ (branch "main") (introduction (make-channel-introduction - "85d30480a1907539855fedee6e6a02362e1895ba" + "f9130e11e35d2c147c6764ef85542dc58dc09c4f" (openpgp-fingerprint (format #f "99D0 38B0 CC2F 7356 34D0 ~ 82F3 5A8F 3D62 C87A 2B33")))))))