summaryrefslogtreecommitdiffstats
path: root/ksplashml
diff options
context:
space:
mode:
authorChris <xchrisx@uber.space>2019-07-27 15:09:19 +0200
committerTDE Gitea <gitea@mirror.git.trinitydesktop.org>2019-07-28 00:48:09 +0000
commit9dce7722962d0afc07e43ad61ef9db82ace194f1 (patch)
tree3e98bf31349bdd943f725607121df2d73fa2e2a9 /ksplashml
parent8d5ef692f0f1a0f074fae16d26645ab97cbecf31 (diff)
downloadtdebase-9dce7722962d0afc07e43ad61ef9db82ace194f1.tar.gz
tdebase-9dce7722962d0afc07e43ad61ef9db82ace194f1.zip
Remove old upstream URLs of tdebase.
Signed-off-by: Chris <xchrisx@uber.space>
Diffstat (limited to 'ksplashml')
-rw-r--r--ksplashml/main.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/ksplashml/main.cpp b/ksplashml/main.cpp
index b36c6a2bd..52391d819 100644
--- a/ksplashml/main.cpp
+++ b/ksplashml/main.cpp
@@ -45,8 +45,7 @@ int main( int argc, char **argv )
VERSION,
I18N_NOOP("Trinity splash screen"),
TDEAboutData::License_GPL,
- I18N_NOOP("(c) 2001 - 2003, Flaming Sword Productions\n (c) 2003 KDE developers"),
- "http://www.kde.org");
+ I18N_NOOP("(c) 2001 - 2003, Flaming Sword Productions\n (c) 2003 KDE developers"));
about.addAuthor( "Ravikiran Rajagopal", I18N_NOOP("Author and maintainer"), "ravi@ee.eng.ohio-state.edu" );
about.addAuthor( "Brian Ledbetter", I18N_NOOP("Original author"), "brian@shadowcom.net" );