From aac710a35f52bb78ab34d2e52517237941399eff Mon Sep 17 00:00:00 2001 From: Timoteo Colnaghi <19778186+project-tuva@users.noreply.github.com> Date: Mon, 2 Dec 2019 15:13:01 +0100 Subject: [PATCH] fixed typo in this repo's web address --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index aec45bd..0643352 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( author='Andrei Nechaev', author_email='lyfaradey@yahoo.com', py_modules=['nvcc_plugin', 'v2.v2', 'v1.v1', 'common.helper'], - url='htpps://github.com/andreinechaev/nvcc4jupyter', + url='https://github.com/andreinechaev/nvcc4jupyter', license='LICENSE', description='Jupyter notebook plugin to run CUDA C/C++ code', # long_description=open('README.md').read(),