chore: update openpgp-fingerprint in radix channel entry

pull/1/head
anemofilia 2023-10-21 17:23:35 -03:00
parent 92b2a30884
commit a6ab8062e8
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
2 changed files with 4 additions and 4 deletions

View File

@ -34,7 +34,7 @@ To update Radix along with Guix via guix pull, write the following definition to
(make-channel-introduction (make-channel-introduction
"f9130e11e35d2c147c6764ef85542dc58dc09c4f" "f9130e11e35d2c147c6764ef85542dc58dc09c4f"
(openpgp-fingerprint (openpgp-fingerprint
"99D0 38B0 CC2F 7356 34D0 82F3 5A8F 3D62 C87A 2B33")))) "F164 709E 5FC7 B32B AEC7 9F37 1F2E 76AC E3F5 31C8"))))
``` ```
for example: for example:
@ -49,7 +49,7 @@ for example:
(make-channel-introduction (make-channel-introduction
"f9130e11e35d2c147c6764ef85542dc58dc09c4f" "f9130e11e35d2c147c6764ef85542dc58dc09c4f"
(openpgp-fingerprint (openpgp-fingerprint
"99D0 38B0 CC2F 7356 34D0 82F3 5A8F 3D62 C87A 2B33")))) "F164 709E 5FC7 B32B AEC7 9F37 1F2E 76AC E3F5 31C8"))))
%default-channels) %default-channels)
;; channels.scm ends here. ;; channels.scm ends here.
``` ```

View File

@ -178,8 +178,8 @@
(make-channel-introduction (make-channel-introduction
"f9130e11e35d2c147c6764ef85542dc58dc09c4f" "f9130e11e35d2c147c6764ef85542dc58dc09c4f"
(openpgp-fingerprint (openpgp-fingerprint
(format #f "99D0 38B0 CC2F 7356 34D0 ~ (format #f "F164 709E 5FC7 B32B AEC7 ~
82F3 5A8F 3D62 C87A 2B33"))))))) 9F37 1F2E 76AC E3F5 31C8")))))))
#|Shepherd service|# #|Shepherd service|#
(service home-shepherd-service-type) (service home-shepherd-service-type)