From 6d97f43c4e2c7165fd05789e628576e60234e93b Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 16 Jul 2019 01:58:10 +0200 Subject: Fix old upstream URLs for visible parts. Signed-off-by: Chris Signed-off-by: Michele Calgaro (cherry picked from commit 9b2c6a283082eb866d4e8e824ce1279b5b41bc52) --- kplato/kptaboutdata.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'kplato/kptaboutdata.h') diff --git a/kplato/kptaboutdata.h b/kplato/kptaboutdata.h index ccb6fb21..d53c87c2 100644 --- a/kplato/kptaboutdata.h +++ b/kplato/kptaboutdata.h @@ -34,8 +34,7 @@ TDEAboutData * newAboutData() { TDEAboutData * aboutData=new TDEAboutData( "kplato", I18N_NOOP("KPlato"), KPLATO_VERSION, KPLATO_DESCRIPTION, TDEAboutData::License_GPL, - I18N_NOOP("(c) 1998-2006, The KPlato Team"), 0, - "http://www.koffice.org/kplato/" ); + I18N_NOOP("(c) 1998-2006, The KPlato Team"), 0 ); aboutData->addAuthor("Thomas Zander", 0, 0 ); // please don't re-add, I don't like getting personal emails :) aboutData->addAuthor("Bo Thorsen", 0, "bo@sonofthor.dk"); aboutData->addAuthor("Dag Andersen", 0, "danders@get2net.dk"); -- cgit v1.2.1