summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2020-09-18 17:25:21 -0400
committerrsiddharth <s@ricketyspace.net>2020-09-18 17:25:21 -0400
commitf8e8613d1ca1a3eb8795a2c31d9c7fdbaba39344 (patch)
tree7a0194424a1b7099ad141b79ea8feb85d6dcb2ac /bin
parent44051b33ab31c6af856cacc50cfdbf955e97aeca (diff)
bin/feed: update URL
Switch to HTTPS.
Diffstat (limited to 'bin')
-rw-r--r--bin/feed2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/feed b/bin/feed
index 11a09cb..e8c962e 100644
--- a/bin/feed
+++ b/bin/feed
@@ -14,7 +14,7 @@ import sys
import mistune
-URL = "http://fsf.org.in"
+URL = "https://fsf.org.in"
SECTIONS = ["news", "article"]
F_PH = {