diff options
author | stuebinm | 2025-03-10 23:01:53 +0100 |
---|---|---|
committer | stuebinm | 2025-03-10 23:01:53 +0100 |
commit | 245620119a0e5011ae3653f4fa17081ed4f71d45 (patch) | |
tree | c75810d1d82033d0ee1e03a5026177fd1970cc7c | |
parent | 033f32a82be9ef833954760b961c02b77ec17fe7 (diff) |
home/news: add akkoma releases feed
Diffstat (limited to '')
-rw-r--r-- | home/newsboat-public.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/newsboat-public.nix b/home/newsboat-public.nix index 1916529..b283570 100644 --- a/home/newsboat-public.nix +++ b/home/newsboat-public.nix @@ -31,6 +31,7 @@ with import ./newsboat-lib.nix; (ntag "https://haskell.github.io/security-advisories/atom.xml" "comp") (ntag "https://blog.haskell.org/atom.xml" "comp") (ntag "https://mastodon.social/@opentrainticketing.rss" "trains") + (ntag "https://meta.akkoma.dev/c/releases/7.rss" "security") # blogs (btag "https://scilogs.spektrum.de/klimalounge/feed/" "climate") |