From a1bb54910b2cfa4227ed2afb4c30b990da7a078e Mon Sep 17 00:00:00 2001 From: Stephen Boddy Date: Fri, 25 Nov 2016 02:46:59 +0100 Subject: [PATCH] Update some places where the old homepage was still mentioned. --- INSTALL | 2 +- setup.py | 2 +- terminator.spec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/INSTALL b/INSTALL index 8776a8f4..98f9c22e 100644 --- a/INSTALL +++ b/INSTALL @@ -2,7 +2,7 @@ It's strongly recommended to install Terminator using your OS's package system rather than using setup.py yourself. You can find instructions for many distributions at: - http://www.tenshu.net/terminator/ + https://gnometerminator.blogspot.com/p/introduction.html If you don't have this option, please make sure you satisfy Terminator's dependencies yourself: diff --git a/setup.py b/setup.py index 12bbfeca..b7d093ae 100755 --- a/setup.py +++ b/setup.py @@ -180,7 +180,7 @@ setup(name=APP_NAME.capitalize(), description='Terminator, the robot future of terminals', author='Chris Jones', author_email='cmsj@tenshu.net', - url='http://www.tenshu.net/terminator/', + url='https://gnometerminator.blogspot.com/p/introduction.html', license='GNU GPL v2', scripts=['terminator', 'remotinator'], data_files=[ diff --git a/terminator.spec b/terminator.spec index 91ecf6dd..ac6c691d 100644 --- a/terminator.spec +++ b/terminator.spec @@ -5,7 +5,7 @@ Summary: Store and run multiple GNOME terminals in one window Group: User Interface/Desktops License: GPLv2 -URL: http://www.tenshu.net/terminator +URL: https://gnometerminator.blogspot.com/p/introduction.html Source: http://code.launchpad.net/terminator/gtk3/1.9/+download/terminator-%{version}.tar.gz BuildArch: noarch