summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstuebinm2023-01-08 02:00:45 +0100
committerstuebinm2023-01-08 02:00:45 +0100
commitce4cd65c107d8c2e0a138b414397da5fd5f74dce (patch)
treed7f9bb454f06cce603f91dc0641f0dc2cdb08ed1
parent709e787915998ab74d8bc1280e6bcee989ec48b8 (diff)
home: fix rss feeds
-rw-r--r--home/newsboat-public.nix2
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")