aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-12-28 17:05:39 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-12-28 17:05:39 +1300
commitb66318e3f47aeb939ccf15578863ea499bf16aa2 (patch)
tree70cb52baf04c1cb07c040af30c96f7523b78e3eb
parentMerge branch 'release/v0.20.0' into develop (diff)
downloaddotfiles-b66318e3f47aeb939ccf15578863ea499bf16aa2.tar.gz
dotfiles-b66318e3f47aeb939ccf15578863ea499bf16aa2.zip
Switch from newsbeuter to newsboat
Newsbeuter is no longer maintained: <https://github.com/akrennmair/newsbeuter/commit/7c981f460d6c8c3690f140cbb279c277dc8f55fe>
-rw-r--r--Makefile8
-rw-r--r--README.md2
-rw-r--r--newsboat/config (renamed from newsbeuter/config)0
3 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 9fec0cc9..d6f025b9 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@
install-mutt \
install-mysql \
install-ncmcpp \
- install-newsbeuter \
+ install-newsboat \
install-perlcritic \
install-perltidy \
install-psql \
@@ -434,9 +434,9 @@ install-ncmcpp: install-mpd
mkdir -p -- $(HOME)/.ncmpcpp
cp -p -- ncmpcpp/config $(HOME)/.ncmpcpp
-install-newsbeuter:
- mkdir -p -- $(HOME)/.config/newsbeuter $(HOME)/.local/share/newsbeuter
- cp -p -- newsbeuter/config $(HOME)/.config/newsbeuter
+install-newsboat:
+ mkdir -p -- $(HOME)/.config/newsboat $(HOME)/.local/share/newsboat
+ cp -p -- newsboat/config $(HOME)/.config/newsboat
install-mysql:
cp -p -- mysql/my.cnf $(HOME)/.my.cnf
diff --git a/README.md b/README.md
index b9116c06..3e602d65 100644
--- a/README.md
+++ b/README.md
@@ -80,7 +80,7 @@ Configuration is included for:
* [Mutt](http://www.mutt.org/) -- Terminal mail user agent
* [`mysql(1)`](https://linux.die.net/man/1/mysql) -- Command-line MySQL client
* [Ncmpcpp](https://rybczak.net/ncmpcpp/) -- ncurses music player client
-* [Newsbeuter](https://www.newsbeuter.org/) -- Terminal RSS/Atom feed reader
+* [Newsboat](https://newsboat.org/) -- Terminal RSS/Atom feed reader
* [`psql(1)`](https://linux.die.net/man/1/psql) -- Command-line PostgreSQL
client
* [Perl::Critic](http://perlcritic.com/) -- static source code analysis engine
diff --git a/newsbeuter/config b/newsboat/config
index affbaa43..affbaa43 100644
--- a/newsbeuter/config
+++ b/newsboat/config