python: Update url
This commit is contained in:
parent
524a1f9498
commit
0cd7d268f3
|
@ -36,7 +36,7 @@ setup(
|
||||||
author = 'Tatsuhiro Tsujikawa',
|
author = 'Tatsuhiro Tsujikawa',
|
||||||
version = '@PACKAGE_VERSION@',
|
version = '@PACKAGE_VERSION@',
|
||||||
author_email = 'tatsuhiro.t@gmail.com',
|
author_email = 'tatsuhiro.t@gmail.com',
|
||||||
url = 'http://tatsuhiro-t.github.io/nghttp2/',
|
url = 'https://nghttp2.org/',
|
||||||
keywords = [],
|
keywords = [],
|
||||||
ext_modules = [Extension("nghttp2",
|
ext_modules = [Extension("nghttp2",
|
||||||
["nghttp2.c"],
|
["nghttp2.c"],
|
||||||
|
|
Loading…
Reference in New Issue