diff options
-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)}")))) |