diff --git a/setup.py b/setup.py index 2a9461e..b644bab 100644 --- a/setup.py +++ b/setup.py @@ -9,8 +9,8 @@ setup(name='jupyter_c_kernel', classifiers=[ 'License :: OSI Approved :: MIT License', ], - url='https://github.com/brendanrius/jupyter-c-kernel/', - download_url='https://github.com/brendanrius/jupyter-c-kernel/tarball/1.2.1', + url='https://github.com/brendan-rius/jupyter-c-kernel/', + download_url='https://github.com/brendan-rius/jupyter-c-kernel/tarball/1.2.1', packages=['jupyter_c_kernel'], scripts=['jupyter_c_kernel/install_c_kernel'], keywords=['jupyter', 'notebook', 'kernel', 'c'],