summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.config/newsboat/urls2
-rwxr-xr-x.local/bin/getbib2
2 files changed, 2 insertions, 2 deletions
diff --git a/.config/newsboat/urls b/.config/newsboat/urls
index 77497a9..d675d97 100644
--- a/.config/newsboat/urls
+++ b/.config/newsboat/urls
@@ -2,5 +2,5 @@ https://lukesmith.xyz/rss.xml
https://notrelated.libsyn.com/rss
https://www.youtube.com/feeds/videos.xml?channel_id=UC2eYFnH61tmytImy1mTYvhA "~Luke Smith (YouTube)"
https://landchad.net/rss.xml
-http://based.cooking/rss.xml
+https://based.cooking/rss.xml
https://www.archlinux.org/feeds/news/ "tech"
diff --git a/.local/bin/getbib b/.local/bin/getbib
index ed441c5..8675aae 100755
--- a/.local/bin/getbib
+++ b/.local/bin/getbib
@@ -11,4 +11,4 @@ else
fi
# Check crossref.org for the bib citation.
-curl -s "http://api.crossref.org/works/$doi/transform/application/x-bibtex" -w "\\n"
+curl -s "https://api.crossref.org/works/$doi/transform/application/x-bibtex" -w "\\n"