From b35ea76744f1e85c1e7d91ed1bbc55b410e4848d Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Fri, 25 May 2018 10:39:19 +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 ad12156..baba9e4 100644 --- a/README.rst +++ b/README.rst @@ -15,9 +15,9 @@ rm.py - remove files and directories. which.py - find a program in PATH and print full path to it. -| Home Page: http://phdru.name/Software/Python/ppu/ -| Documentation: http://phdru.name/Software/Python/ppu/docs/ -| Git repo: http://git.phdru.name/ppu.git/ +| Home Page: https://phdru.name/Software/Python/ppu/ +| Documentation: https://phdru.name/Software/Python/ppu/docs/ +| Git repo: https://git.phdru.name/ppu.git/ | GitHub repo: https://github.com/phdru/ppu | Issue tracker: https://github.com/phdru/ppu/issues | PyPI: https://pypi.org/project/ppu/ diff --git a/devscripts/README.html b/devscripts/README.html index 2a0d902..fe7d316 100644 --- a/devscripts/README.html +++ b/devscripts/README.html @@ -1 +1 @@ -Portable Python Utilities +Portable Python Utilities diff --git a/setup.py b/setup.py index 87789c0..2da5c79 100755 --- a/setup.py +++ b/setup.py @@ -15,13 +15,13 @@ setup( long_description_content_type="text/x-rst", author='Oleg Broytman', author_email='phd@phdru.name', - url='http://phdru.name/Software/Python/ppu/', + url='https://phdru.name/Software/Python/ppu/', project_urls={ - 'Homepage': 'http://phdru.name/Software/Python/ppu/', - 'Documentation': 'http://phdru.name/Software/Python/ppu/docs/', + 'Homepage': 'https://phdru.name/Software/Python/ppu/', + 'Documentation': 'https://phdru.name/Software/Python/ppu/docs/', 'Download': 'https://pypi.org/project/ppu/%s/' % ppu_version.__version__, - 'Git repo': 'http://git.phdru.name/ppu.git/', + 'Git repo': 'https://git.phdru.name/ppu.git/', 'Github repo': 'https://github.com/phdru/ppu', 'Issue tracker': 'https://github.com/phdru/ppu/issues', }, -- 2.39.2