diff options
author | Chris <[email protected]> | 2019-07-16 01:58:10 +0200 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2019-07-16 23:32:34 +0900 |
commit | 6d97f43c4e2c7165fd05789e628576e60234e93b (patch) | |
tree | 8c8405747cdd0b66bd346e5001cf4c3c66edc8c9 /kformula | |
parent | fb0bf02ad2e936201eae8ada0d263667d15494e3 (diff) | |
download | koffice-6d97f43c4e2c7165fd05789e628576e60234e93b.tar.gz koffice-6d97f43c4e2c7165fd05789e628576e60234e93b.zip |
Fix old upstream URLs for visible parts.
Signed-off-by: Chris <[email protected]>
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 9b2c6a283082eb866d4e8e824ce1279b5b41bc52)
Diffstat (limited to 'kformula')
-rw-r--r-- | kformula/kformula_aboutdata.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/kformula/kformula_aboutdata.h b/kformula/kformula_aboutdata.h index 20d5d5e2..ba787095 100644 --- a/kformula/kformula_aboutdata.h +++ b/kformula/kformula_aboutdata.h @@ -33,8 +33,7 @@ TDEAboutData * newKFormulaAboutData() { TDEAboutData * aboutData = new TDEAboutData( "kformula", I18N_NOOP( "KFormula" ), version, description, TDEAboutData::License_GPL, - "(c) 1998-2006, The KFormula Team", 0, - "http://www.koffice.org/kformula/" ); + "(c) 1998-2006, The KFormula Team", 0 ); aboutData->addAuthor( "Alfredo Beaumont", I18N_NOOP( "current maintainer" ), |