diff options
author | stuebinm | 2023-01-08 02:00:45 +0100 |
---|---|---|
committer | stuebinm | 2023-01-08 02:00:45 +0100 |
commit | ce4cd65c107d8c2e0a138b414397da5fd5f74dce (patch) | |
tree | d7f9bb454f06cce603f91dc0641f0dc2cdb08ed1 | |
parent | 709e787915998ab74d8bc1280e6bcee989ec48b8 (diff) |
home: fix rss feeds
-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 e84d890..775bfd6 100644 --- a/home/newsboat-public.nix +++ b/home/newsboat-public.nix @@ -121,7 +121,7 @@ with import ./newsboat-lib.nix; (btag "https://janneinosaka.blogspot.com/feeds/posts/default" "whatever") (btag "https://experimentalhistory.substack.com/feed.xml" "soc") (btag "https://rustmagazine.github.io/feed.xml" "comp") - (btag "https://webzine.nixos.cafe/atom.xml") + (btag "https://webzine.nixos.cafe/atom.xml" "comp") # paper (btag "http://arxiv.org/rss/cs.PL" "paper") |