diff options
author | Tyler Davis <tydavis@gmail.com> | 2023-08-18 01:16:19 +0000 |
---|---|---|
committer | Tyler Davis <tydavis@gmail.com> | 2023-08-18 01:16:19 +0000 |
commit | aeb1ed8d640825525f32417c1e149118cc282c2a (patch) | |
tree | 187247dcf83038f1835edd0dcf6582cc8302afbf /.config/newsboat | |
parent | b6921bd3d27ffea52bdf9bee65dbef7bd3adf273 (diff) | |
download | dotfiles-aeb1ed8d640825525f32417c1e149118cc282c2a.tar.gz dotfiles-aeb1ed8d640825525f32417c1e149118cc282c2a.zip |
rss: exclude arch feed
Diffstat (limited to '.config/newsboat')
-rw-r--r-- | .config/newsboat/urls | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/newsboat/urls b/.config/newsboat/urls index b45e927..be74b79 100644 --- a/.config/newsboat/urls +++ b/.config/newsboat/urls @@ -14,4 +14,4 @@ https://krebsonsecurity.com/feed/ "~Krebs On Security" https://techcrunch.com/feed/ "~TechCrunch" https://www.vox.com/rss/index.xml "~Vox" #https://www.patreon.com/rss/fivefourpod?auth=cLaTdedYzJE9KOVX-FFR3sfYxwacnRUp "~5-4 Podcast" -https://archlinux.org/feeds/news/ "Archlinux" +#https://archlinux.org/feeds/news/ "Archlinux" |