From 705314c5b75adbf69596b5dd32bc7010ba037f38 Mon Sep 17 00:00:00 2001 From: Alex Willmer Date: Wed, 27 Jan 2021 20:20:30 +0000 Subject: [PATCH] setup: Update project URL (cherry picked from commit 737e71202403ef5e7366c25270d9b09910fc1ec6) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = [