From 36379fc2f24ed8eb2c0d1e3159fc54e8a8758af1 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 15 May 2017 20:12:43 -0400 Subject: [PATCH] .org --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5f1dc7c..7929655 100755 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ setup( description='Datetimes for Humans.', long_description=long_description, author='Kenneth Reitz', - author_email='me@kennethreitz.com', + author_email='me@kennethreitz.org', url='https://github.com/kennethreitz/maya', py_modules=['maya'], install_requires=required,