Skip to content

Commit 705314c

Browse files
committed
setup: Update project URL
(cherry picked from commit 737e712)
1 parent 2da5cd7 commit 705314c

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
@@ -46,7 +46,7 @@ def grep_version():
4646
description = 'Library for writing distributed self-replicating programs.',
4747
author = 'David Wilson',
4848
license = 'New BSD',
49-
url = 'https://github.com/dw/mitogen/',
49+
url = 'https://github.com/mitogen-hq/mitogen/',
5050
packages = find_packages(exclude=['tests', 'examples']),
5151
zip_safe = False,
5252
classifiers = [

0 commit comments

Comments
 (0)