From ef850b65f6379f4af4a5fb216615925bbf7f312d Mon Sep 17 00:00:00 2001 From: Rodion Goritskov Date: Mon, 15 Jul 2024 22:59:39 +0400 Subject: gnu: Add channel news on Miniflux removal. * .guix-channel: Add news. * etc/news.txt: Add news entry. --- .guix-channel | 1 + etc/news.txt | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 etc/news.txt diff --git a/.guix-channel b/.guix-channel index fcd1498..547ca2a 100644 --- a/.guix-channel +++ b/.guix-channel @@ -1,5 +1,6 @@ (channel (version 0) + (news-file "etc/news.txt") (url "https://git.goritskov.com/rodion/little-guix-channel.git") (dependencies (channel diff --git a/etc/news.txt b/etc/news.txt new file mode 100644 index 0000000..22f0134 --- /dev/null +++ b/etc/news.txt @@ -0,0 +1,5 @@ +(channel-news + (version 0) + (entry (commit "d687831ae08420c35efce2dc6955c3a2202bf158") + (title (en "Miniflux package is removed as it is merged upstream")) + (body (en "You could now change @code{(rodion packages go)} to @code{(gnu packages web)}")))) -- cgit v1.2.3