From 40d7f073862dadefc4db284213cf2b6fa7439d6e Mon Sep 17 00:00:00 2001 From: Matthias Schoettle Date: Sun, 3 Nov 2024 16:22:04 -0500 Subject: [PATCH] Fix package URL to use https (#659) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 63353b8c..b7f2d706 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ version=about['__version__'], author='iMerica', author_email='imichael@pm.me', - url='http://github.com/iMerica/dj-rest-auth', + url='https://github.com/iMerica/dj-rest-auth', description='Authentication and Registration in Django Rest Framework', license='MIT', packages=find_packages(),