From fbc386e727a9c915890f5829f06604bda3e48089 Mon Sep 17 00:00:00 2001 From: sorz Date: Wed, 28 May 2014 05:19:41 +0800 Subject: [PATCH] Update GitHub URL --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6d39306..25487a1 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ description='A tool that convert ASS/SSA subtitle to SRT format', author='XiErCh', author_email='orz@sorz.org', - url='https://github.com/bluen/asstosrt/', + url='https://github.com/sorz/asstosrt/', py_modules=['batch'], packages=['asstosrt'], data_files=[('', ['README.rst'])],