]> git.phdru.name Git - phdru.name/phdru.name.git/blobdiff - news.py
Fix(phd.py): Change URL for Lurk
[phdru.name/phdru.name.git] / news.py
diff --git a/news.py b/news.py
index 82c5c1006dfb291577ae7fe384bf4eedfd0a46dc..4f62778fc81f248f1a923d72402ecbd2bfe2dd73 100644 (file)
--- a/news.py
+++ b/news.py
@@ -23,7 +23,7 @@ except NameError:  # PY3
         return std_open(fname, mode, encoding='koi8-r')
 
 class NewsItem(object):
-    baseURL = "http://phdru.name/"
+    baseURL = "https://phdru.name/"
     excerpt = None
     content = None
     categoryList = []