diff options
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 e14dea7..b24a8bc 100644 --- a/home/newsboat-public.nix +++ b/home/newsboat-public.nix @@ -122,7 +122,6 @@ 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" "comp") (btag "https://mssprovenance.blogspot.com/feeds/posts/default" "hist") (btag "http://brandon.si/index.xml" "comp") (btag "http://intersex.hypotheses.org/feed" "queer") @@ -140,6 +139,7 @@ with import ./newsboat-lib.nix; (btag "https://eev.ee/feeds/blog.atom.xml" "comp") (btag "https://meyerweb.com/eric/thoughts/" "comp") (btag "https://www.tomhoule.com/index.xml" "comp") + (btag "https://webzine.snowflake.ovh/atom.xml" "comp") # paper (btag "http://arxiv.org/rss/cs.PL" "paper") |