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

index 0fff396a355ef2ae6bbfd72d9c8beb81253baaba..7de23df022320cef3eada966f08c6c25c3aa63dc 100644 (file)
@@ -17,9 +17,9 @@ The first goal is to implement mysql2sql, a script intended primarily to
 convert mysqldump output (especially with extended INSERT syntax) to
 standard SQL to load at least to PostgreSQL or SQLite.
 
 convert mysqldump output (especially with extended INSERT syntax) to
 standard SQL to load at least to PostgreSQL or SQLite.
 
-| Home Page:     http://phdru.name/Software/Python/sqlconvert/
-| Documentation: http://phdru.name/Software/Python/sqlconvert/docs/
-| Git repo:      http://git.phdru.name/sqlconvert.git/
+| Home Page:     https://phdru.name/Software/Python/sqlconvert/
+| Documentation: https://phdru.name/Software/Python/sqlconvert/docs/
+| Git repo:      https://git.phdru.name/sqlconvert.git/
 | GitHub repo:   https://github.com/phdru/sqlconvert
 | Issue tracker: https://github.com/phdru/sqlconvert/issues
 | PyPI:          https://pypi.org/project/sqlconvert/
 | GitHub repo:   https://github.com/phdru/sqlconvert
 | Issue tracker: https://github.com/phdru/sqlconvert/issues
 | PyPI:          https://pypi.org/project/sqlconvert/
index 90d8ca3cba44639c113b9f46acfeca2c6b166422..c05a4f6030c2302a3e633218f89a16c2e78a6592 100644 (file)
@@ -1,2 +1,2 @@
-<a href="http://phdru.name/Software/Python/sqlconvert/">Broytman
+<a href="https://phdru.name/Software/Python/sqlconvert/">Broytman
 sqlconvert library and mysql2sql script</a>
 sqlconvert library and mysql2sql script</a>
index b6e8135fafc15c7ae74d6f03126a5b9c88d4eeb1..b94b18a98cd6345364d092e37abace26e82eb05b 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -15,14 +15,14 @@ setup(
     long_description_content_type="text/x-rst",
     author='Oleg Broytman',
     author_email='phd@phdru.name',
     long_description_content_type="text/x-rst",
     author='Oleg Broytman',
     author_email='phd@phdru.name',
-    url='http://phdru.name/Software/Python/sqlconvert/',
+    url='https://phdru.name/Software/Python/sqlconvert/',
     project_urls={
     project_urls={
-        'Homepage': 'http://phdru.name/Software/Python/sqlconvert/',
+        'Homepage': 'https://phdru.name/Software/Python/sqlconvert/',
         'Documentation':
         'Documentation':
-            'http://phdru.name/Software/Python/sqlconvert/docs/',
+            'https://phdru.name/Software/Python/sqlconvert/docs/',
         'Download': 'https://pypi.org/project/sqlconvert/%s/'
         % sqlconvert_version.__version__,
         'Download': 'https://pypi.org/project/sqlconvert/%s/'
         % sqlconvert_version.__version__,
-        'Git repo': 'http://git.phdru.name/sqlconvert.git/',
+        'Git repo': 'https://git.phdru.name/sqlconvert.git/',
         'Github repo': 'https://github.com/phdru/sqlconvert',
         'Issue tracker': 'https://github.com/phdru/sqlconvert/issues',
     },
         'Github repo': 'https://github.com/phdru/sqlconvert',
         'Issue tracker': 'https://github.com/phdru/sqlconvert/issues',
     },