25 lines
1.0 KiB
Plaintext
25 lines
1.0 KiB
Plaintext
(channel-news
|
|
(version 0)
|
|
(entry (commit "34b5f938ad7404d980b20f0c896913c5ee597b2a")
|
|
(title (en "rekahsoft-guix authenticated updates"))
|
|
(body
|
|
(en "This is a personal channel that is meant as a staging ground
|
|
for changes I plan on making upstream to guix, however there may be packages
|
|
that may never be contributed due to technical or ideological reasons.
|
|
This channel can now take advantage of the new support for
|
|
authenticated updates in @command{guix pull}, which protects you from attempts
|
|
to tamper with this repository and ship malicious code instead.
|
|
To ensure you only receive genuine updates from rekahsoft-guix, you should update your
|
|
@file{~/.config/guix/channels.scm} to include the channel introduction:
|
|
|
|
@lisp
|
|
(channel
|
|
(name 'rekahsoft-guix)
|
|
(url \"https://git.rekahsoft.ca/rekahsoft/rekahsoft-guix\")
|
|
(introduction
|
|
(make-channel-introduction
|
|
\"34b5f938ad7404d980b20f0c896913c5ee597b2a\"
|
|
(openpgp-fingerprint
|
|
\"F8D5 46F3 AF37 EF53 D1B6 48BE 7B4D EB93 212B 3022\"))))
|
|
@end lisp "))))
|