From a855ea3efd669b7a96c942223f913ca75fb0519f Mon Sep 17 00:00:00 2001 From: "Christopher R. Nelson" Date: Sat, 20 Jan 2024 22:49:52 -0500 Subject: bugfix: news.scm was being interpreter as a module see: https://issues.guix.gnu.org/42247 --- .guix-channel | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.guix-channel') diff --git a/.guix-channel b/.guix-channel index 8a49025..3f9fcfc 100644 --- a/.guix-channel +++ b/.guix-channel @@ -1,4 +1,4 @@ (channel (version 0) - (news-file "news.scm") - (url "https://languidnights.com/guix-packages")) + (news-file "news.txt") + (url "git://languidnights.com/guix-packages")) -- cgit v1.2.3