Skip to content

Commit 5b0a208

Browse files
committed
Use correct link for github
1 parent 94f0906 commit 5b0a208

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
@@ -55,7 +55,7 @@ def run_tests(self):
5555
keywords='SQLAlchemy collectd',
5656
author='Mike Bayer',
5757
author_email='[email protected]',
58-
url='http://github.org/sqlalchemy/sqlalchemy-collectd',
58+
url='https://github.com/sqlalchemy/sqlalchemy-collectd',
5959
license='MIT',
6060
packages=find_packages(".", exclude=["*.tests"]),
6161
include_package_data=True,

0 commit comments

Comments
 (0)