summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Griffin <a@ajgrf.com>2020-07-21 13:02:26 -0500
committerAlex Griffin <a@ajgrf.com>2020-07-21 13:36:48 -0500
commit946e24354f29b767eca55e93f0a8c47e2574e40e (patch)
treebafb0bb535112edc303cffbd15e8c3c42402b9ec
parent1ac29b33f3ca19134fcbedd6dc22deb45c15229f (diff)
Add channel news file.
* .guix-channel: Add it. * news.txt: New file.
-rw-r--r--.guix-channel1
-rw-r--r--news.txt34
2 files changed, 35 insertions, 0 deletions
diff --git a/.guix-channel b/.guix-channel
index 41a2eaa..73787dc 100644
--- a/.guix-channel
+++ b/.guix-channel
@@ -2,4 +2,5 @@
2 2
3(channel 3(channel
4 (version 0) 4 (version 0)
5 (news-file "news.txt")
5 (url "https://gitlab.com/nonguix/nonguix")) ; the primary URL 6 (url "https://gitlab.com/nonguix/nonguix")) ; the primary URL
diff --git a/news.txt b/news.txt
new file mode 100644
index 0000000..eac4cae
--- /dev/null
+++ b/news.txt
@@ -0,0 +1,34 @@
1;;; Copyright © 2020 Alex Griffin <a@ajgrf.com>
2;;
3;; Copying and distribution of this file, with or without modification, are
4;; permitted in any medium without royalty provided the copyright notice and
5;; this notice are preserved.
6
7(channel-news
8 (version 0)
9
10 (entry (commit "1ac29b33f3ca19134fcbedd6dc22deb45c15229f")
11 (title (en "Nonguix authenticated updates"))
12 (body
13 (en "Nonguix can now take advantage of the new support for
14authenticated updates in @command{guix pull}, which protects you from attempts
15to tamper with the Nonguix repository and ship malicious code instead.
16To ensure you only receive genuine updates from Nonguix, you should update your
17@file{~/.config/guix/channels.scm} to include the channel introduction:
18
19@lisp
20(channel
21 (name 'nonguix)
22 (url \"https://gitlab.com/nonguix/nonguix\")
23 (introduction
24 (make-channel-introduction
25 \"897c1a470da759236cc11798f4e0a5f7d4d59fbc\"
26 (openpgp-fingerprint
27 \"2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5\"))))
28@end lisp "))))
29
30;; Local Variables:
31;; mode: scheme
32;; End:
33
34;; vim: filetype=scheme