Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.

Commit ea40f64

Browse files
committed
Use https url in setup.py
1 parent 4d62b52 commit ea40f64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def run_tests(self):
104104
version='5.4.0.dev0',
105105
author='David Cramer',
106106
author_email='dcramer@gmail.com',
107-
url='http://github.com/getsentry/raven-python',
107+
url='https://github.com/getsentry/raven-python',
108108
description='Raven is a client for Sentry (https://www.getsentry.com)',
109109
long_description=__doc__,
110110
packages=find_packages(exclude=("tests", "tests.*",)),

0 commit comments

Comments
 (0)