From ce4cd65c107d8c2e0a138b414397da5fd5f74dce Mon Sep 17 00:00:00 2001 From: stuebinm Date: Sun, 8 Jan 2023 02:00:45 +0100 Subject: home: fix rss feeds --- home/newsboat-public.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- cgit v1.2.3