summaryrefslogtreecommitdiff
path: root/bindings/python/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/python/setup.py')
-rw-r--r--bindings/python/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/python/setup.py b/bindings/python/setup.py
index f353e4f..f69b87a 100644
--- a/bindings/python/setup.py
+++ b/bindings/python/setup.py
@@ -39,7 +39,7 @@ setup(name = "pyhangul",
author = "Joon-cheol Park",
author_email="jooncheol@gmail.com",
license = "LGPL",
- url="http://hangul.kldp.net",
+ url="https://github.com/libhangul/libhangul",
ext_modules=[Extension("hangul", ["pyhangul.c"],
include_dirs = include_dirs,
library_dirs = library_dirs,