update url in setup.py
This commit is contained in:
parent
7d648b2ce0
commit
b63e7195e2
2
setup.py
2
setup.py
|
@ -202,7 +202,7 @@ setup(name=APP_NAME,
|
|||
description='Terminator, the robot future of terminals',
|
||||
author='Chris Jones',
|
||||
author_email='cmsj@tenshu.net',
|
||||
url='https://gnometerminator.blogspot.com/p/introduction.html',
|
||||
url='https://github.com/gnome-terminator/terminator',
|
||||
license='GNU GPL v2',
|
||||
scripts=['terminator', 'remotinator'],
|
||||
data_files=[
|
||||
|
|
Loading…
Reference in New Issue