From 0cd7d268f3dabe4a74d42788d993ee785f0bf1f8 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Fri, 3 Apr 2015 21:10:11 +0900 Subject: [PATCH] python: Update url --- python/setup.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.py.in b/python/setup.py.in index 8452fa7a..7f9de481 100644 --- a/python/setup.py.in +++ b/python/setup.py.in @@ -36,7 +36,7 @@ setup( author = 'Tatsuhiro Tsujikawa', version = '@PACKAGE_VERSION@', author_email = 'tatsuhiro.t@gmail.com', - url = 'http://tatsuhiro-t.github.io/nghttp2/', + url = 'https://nghttp2.org/', keywords = [], ext_modules = [Extension("nghttp2", ["nghttp2.c"],