aboutsummaryrefslogtreecommitdiff
path: root/news.scm
diff options
context:
space:
mode:
authorChristopher R. Nelson <christopher.nelson@languidnights.com>2024-01-20 22:23:47 -0500
committerChristopher R. Nelson <christopher.nelson@languidnights.com>2024-01-20 22:23:47 -0500
commitea411537de33d51ec3b610437e946e42e740115a (patch)
treefbb0a4a38ebee9dac86906034f38e2f80af5058a /news.scm
parent5d1ab52ca380906da9056d7a4784f7d7b1826fca (diff)
security: add public key to keyringkeyring
Diffstat (limited to 'news.scm')
-rw-r--r--news.scm21
1 files changed, 0 insertions, 21 deletions
diff --git a/news.scm b/news.scm
deleted file mode 100644
index 494ddde..0000000
--- a/news.scm
+++ /dev/null
@@ -1,21 +0,0 @@
-(channel-news
- (version 0)
-
- (entry (commit "fd51369453074f1d54081e2f0af270743c4db24f")
- (title
- (en "languidnights Authenticated Updates"))
- (body
- (en "languidnights' channel can now take advantage of authenticated updates in @command{guix pull}, which lets you know any malware you find here, I personally signed off on.
-
-To ensure you only get the highest quality unintended consequences, you should update your @file{~/.config/guix/channels.scm} to include the following
-
-@lisp
-(channel
- (name \"languidnights\")
- (branch \"main\")
- (url \"git://languidnights.com/guix-packages\")
- (introduction
- (make-channel-introduction \"fd51369453074f1d54081e2f0af270743c4db24f\"
- (openpgp-fingerprint
- \"2C6B 707A FE25 ADA4 3DD5 3E60 A3F4 EBEE 574A D3F9\"))))
-@end lisp"))))