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 /kpager/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 'kpager/main.cpp')
-rw-r--r-- | kpager/main.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/kpager/main.cpp b/kpager/main.cpp index 4a6ab2bcd..20c8e268d 100644 --- a/kpager/main.cpp +++ b/kpager/main.cpp @@ -66,8 +66,7 @@ int main(int argc, char **argv) { TDEAboutData *aboutdata = new TDEAboutData("kpager", "KPager", "1.5", I18N_NOOP("Desktop Overview"), TDEAboutData::License_GPL, - "(C) 1998-2002, Antonio Larrosa Jimenez","", - "http://developer.kde.org/~larrosa/kpager.html"); + "(C) 1998-2002, Antonio Larrosa Jimenez",""); aboutdata->addAuthor("Antonio Larrosa Jimenez", I18N_NOOP("Original Developer/Maintainer"),"[email protected]", |