diff options
author | stuebinm | 2022-04-04 19:58:49 +0200 |
---|---|---|
committer | stuebinm | 2022-04-04 19:59:02 +0200 |
commit | ad7bd646335e02aea6b49da0c105fb93cd18523d (patch) | |
tree | 407e7843deb6738e8fc9c03e8fb45e4a4edeb0da | |
parent | ffe0f4453bc061e7918c6a618656e15ca6de7749 (diff) |
home: another haskell / rust blog newsfeed
-rw-r--r-- | home/newsboat-public.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/newsboat-public.nix b/home/newsboat-public.nix index f416140..17d963a 100644 --- a/home/newsboat-public.nix +++ b/home/newsboat-public.nix @@ -96,6 +96,7 @@ with import ./newsboat-lib.nix; (btag "https://bgamari.github.io/rss.xml" "comp") (btag "https://golem.ph.utexas.edu/category/atom10.xml" "cat") (btag "http://ilztalbahn.eu/feed" "bahn") + (btag "https://thma.github.io/atom.xml" "comp") # paper (btag "http://arxiv.org/rss/cs.PL" "paper") |