From 60812e1b7c7a2d993374bfd0909f7f4cd00e8f69 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Fri, 25 May 2018 10:42:32 +0300 Subject: [PATCH] Upgrade: http://phdru.name -> https://phdru.name --- README.rst | 6 +++--- devscripts/README.html | 2 +- setup.py | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.rst b/README.rst index 0fff396..7de23df 100644 --- a/README.rst +++ b/README.rst @@ -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. -| 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/ diff --git a/devscripts/README.html b/devscripts/README.html index 90d8ca3..c05a4f6 100644 --- a/devscripts/README.html +++ b/devscripts/README.html @@ -1,2 +1,2 @@ -Broytman +Broytman sqlconvert library and mysql2sql script diff --git a/setup.py b/setup.py index b6e8135..b94b18a 100755 --- 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', - url='http://phdru.name/Software/Python/sqlconvert/', + url='https://phdru.name/Software/Python/sqlconvert/', project_urls={ - 'Homepage': 'http://phdru.name/Software/Python/sqlconvert/', + 'Homepage': 'https://phdru.name/Software/Python/sqlconvert/', '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__, - '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', }, -- 2.39.2