From 3cd64a8f58a7458c1c2acd7b1752c6a468bfbebb Mon Sep 17 00:00:00 2001 From: AJ Jordan Date: Mon, 25 Oct 2021 18:34:32 -0400 Subject: [PATCH] Make PyPI's GitHub link use HTTPS --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 86a6cf4..49e0cfa 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ def find_version(*file_paths): keywords="html lxml email mail style", author="Peter Bengtsson", author_email="mail@peterbe.com", - url="http://github.com/peterbe/premailer", + url="https://github.com/peterbe/premailer", license="Python", classifiers=[ "Development Status :: 5 - Production/Stable",