diff options
| author | Yunus Kahveci <admin@kahveci-sw.de> | 2021-02-07 22:54:53 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-07 16:54:53 -0500 |
| commit | 4e111ddd013c772c9c2509fd2a58ec913fcf32e3 (patch) | |
| tree | 6a699ca4865ccaeb3cebbb05b95a9bfaa00a3605 /.config/newsboat | |
| parent | f4b88997db639d54c08a08dc0fd9cfa202d7f3bf (diff) | |
| download | eibhear-4e111ddd013c772c9c2509fd2a58ec913fcf32e3.tar.gz eibhear-4e111ddd013c772c9c2509fd2a58ec913fcf32e3.tar.zst eibhear-4e111ddd013c772c9c2509fd2a58ec913fcf32e3.zip | |
Encrypted connection to Luke's RSS feed (#887)
There is no reason for the URL of Luke's main RSS feed to be transferred over unencrypted HTTP. That's why i changed it to HTTPS. Nothing big, it just mildly infuriated me.
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 d651459..9a762a8 100644 --- a/.config/newsboat/urls +++ b/.config/newsboat/urls @@ -1,4 +1,4 @@ -http://lukesmith.xyz/rss.xml +https://lukesmith.xyz/rss.xml https://notrelated.libsyn.com/rss https://www.youtube.com/feeds/videos.xml?channel_id=UC2eYFnH61tmytImy1mTYvhA "~Luke Smith (YouTube)" https://www.archlinux.org/feeds/news/ "tech" |
