diff --git a/setup.py b/setup.py index c3257996..f28d7fb1 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ setup( description = 'Library for writing distributed self-replicating programs.', author = 'David Wilson', license = 'New BSD', - url = 'https://github.com/dw/mitogen/', + url = 'https://github.com/mitogen-hq/mitogen/', packages = find_packages(exclude=['tests', 'examples']), zip_safe = False, classifiers = [