]> git.phdru.name Git - m_lib.git/commitdiff
Upgrade: http://phdru.name -> https://phdru.name
authorOleg Broytman <phd@phdru.name>
Fri, 25 May 2018 07:31:43 +0000 (10:31 +0300)
committerOleg Broytman <phd@phdru.name>
Fri, 25 May 2018 07:31:43 +0000 (10:31 +0300)
devscripts/README.html
setup.py

index 7e61e3b14393bb1f099cbc846f6393a16780bca1..4426efdf7fb060d8315a3427f45bf6ad8119f753 100644 (file)
@@ -1,2 +1,2 @@
-<a href="http://phdru.name/Software/Python/#m_lib">Broytman Library for Python</a> -
+<a href="https://phdru.name/Software/Python/#m_lib">Broytman Library for Python</a> -
 a collection of modules I've been writing for common tasks in my programs.
index 083617bc99f5adafda81e31a32b58ea4dba000af..ca9dd5e3ddf73480924cf6f655147cc19f924e98 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -10,11 +10,11 @@ setup(
     long_description_content_type="text/plain",
     author = "Oleg Broytman",
     author_email = "phd@phdru.name",
-    url = "http://phdru.name/Software/Python/#m_lib",
+    url = "https://phdru.name/Software/Python/#m_lib",
     project_urls={
-        'Homepage': 'http://phdru.name/Software/Python/#m_lib',
+        'Homepage': 'https://phdru.name/Software/Python/#m_lib',
         'Download': 'https://pypi.org/project/m_lib/',
-        'Git repo': 'http://git.phdru.name/m_lib.git/',
+        'Git repo': 'https://git.phdru.name/m_lib.git/',
     },
     license = "GPL",
     classifiers=[