multiple sources feature (#12), updated example

This commit is contained in:
kitzman 2021-06-30 19:38:03 +03:00
parent 142c207726
commit 35b8f76977
Signed by: kitzman
GPG Key ID: 83289D84AA7C9A54
1 changed files with 3 additions and 0 deletions

View File

@ -18,12 +18,15 @@
(entry
(name "guix ci")
(url "http://ci.guix.gnu.org/events/rss/")
(type rss)
(opts (("newsgroup" . "org.gnu.guix.ci"))))
(entry
(name "gentoo news")
(url "https://planet.gentoo.org/universe/rss20.xml")
(type rss)
(opts (("newsgroup" . "org.gentoo.planet"))))
(entry
(name "arch news")
(url "https://archlinux.org/feeds/news/")
(type rss)
(opts (("newsgroup" . "org.arch.news")))))