diff options
author | Chris <[email protected]> | 2019-07-27 15:09:19 +0200 |
---|---|---|
committer | TDE Gitea <[email protected]> | 2019-07-28 00:48:09 +0000 |
commit | 9dce7722962d0afc07e43ad61ef9db82ace194f1 (patch) | |
tree | 3e98bf31349bdd943f725607121df2d73fa2e2a9 /ksplashml/main.cpp | |
parent | 8d5ef692f0f1a0f074fae16d26645ab97cbecf31 (diff) | |
download | tdebase-9dce7722962d0afc07e43ad61ef9db82ace194f1.tar.gz tdebase-9dce7722962d0afc07e43ad61ef9db82ace194f1.zip |
Remove old upstream URLs of tdebase.
Signed-off-by: Chris <[email protected]>
Diffstat (limited to 'ksplashml/main.cpp')
-rw-r--r-- | ksplashml/main.cpp | 3 |
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"), "[email protected]" ); about.addAuthor( "Brian Ledbetter", I18N_NOOP("Original author"), "[email protected]" ); |