diff options
author | Rodion Goritskov <rodion.goritskov@gmail.com> | 2024-07-15 22:59:39 +0400 |
---|---|---|
committer | Rodion Goritskov <rodion.goritskov@gmail.com> | 2024-07-15 22:59:39 +0400 |
commit | ef850b65f6379f4af4a5fb216615925bbf7f312d (patch) | |
tree | 9a486096f632c6eb96f1c5184e3776075e54b9e4 | |
parent | d687831ae08420c35efce2dc6955c3a2202bf158 (diff) |
gnu: Add channel news on Miniflux removal.
* .guix-channel: Add news.
* etc/news.txt: Add news entry.
-rw-r--r-- | .guix-channel | 1 | ||||
-rw-r--r-- | etc/news.txt | 5 |
2 files changed, 6 insertions, 0 deletions
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)}")))) |