Skip to content

Commit

Permalink
Fix package URL to use https (#659)
Browse files Browse the repository at this point in the history
  • Loading branch information
mschoettle authored Nov 3, 2024
1 parent 5498963 commit 40d7f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit 40d7f07

Please sign in to comment.