diff options
author | stuebinm | 2025-03-30 20:31:20 +0200 |
---|---|---|
committer | stuebinm | 2025-03-30 20:31:20 +0200 |
commit | df00e516d6a6f510207043ba78b2fac7f195dd85 (patch) | |
tree | 8280b629e440b85faab960380c5e81d5e9ee6473 | |
parent | cc125d392ece010c019000fa507790842af12065 (diff) |
home/news: fix mattermost security releases link, hopefully
it turns out newsboat does not always follow redirects.
Diffstat (limited to '')
-rw-r--r-- | home/newsboat-public.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/newsboat-public.nix b/home/newsboat-public.nix index 0302c04..7d94c32 100644 --- a/home/newsboat-public.nix +++ b/home/newsboat-public.nix @@ -79,7 +79,7 @@ with import ./newsboat-lib.nix; (btag "https://www.haskellforall.com/feeds/posts/default" "comp") (btag "http://conal.net/blog/feed" "comp") (btag "https://michael.stapelberg.ch/posts/tags/distri/feed.xml" "comp") - (btag "https://mattermost.com/blog/category/releases/rss" "security") + (btag "https://mattermost.com/blog/category/releases/feed/" "security") (btag "https://mattermost.com/security-updates/feed/" "security") (btag "https://ionathan.ch/feed.xml" "comp") (btag "https://wingolog.org/feed/atom" "comp") |