diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-12-19 11:11:57 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-12-19 11:27:02 +0900 |
commit | 88ea130f44fbe2eecf7d92a2c9efa0b562b1f2c9 (patch) | |
tree | f4fd3fa87f898eaa2866c7b283dd2873d1f95ed9 /src/aboutdata.cpp | |
parent | ce60356437d3c9e30988c351ba6ef04d2c6398ae (diff) | |
download | basket-88ea130f44fbe2eecf7d92a2c9efa0b562b1f2c9.tar.gz basket-88ea130f44fbe2eecf7d92a2c9efa0b562b1f2c9.zip |
Remove reference to old basket.kde.org website. This resolves issue #9.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit d7362b5922f5e6b481001c86b58e8ae4d82d685f)
Diffstat (limited to 'src/aboutdata.cpp')
-rw-r--r-- | src/aboutdata.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/aboutdata.cpp b/src/aboutdata.cpp index 1ae0e98..8507426 100644 --- a/src/aboutdata.cpp +++ b/src/aboutdata.cpp @@ -34,9 +34,7 @@ static const char description[] = I18N_NOOP( AboutData::AboutData() : TDEAboutData( "basket", I18N_NOOP("BasKet Note Pads"), VERSION, description, TDEAboutData::License_GPL_V2, - "(c) 2003-2007, S\303\251bastien Lao\303\273t", 0, - "http://basket.kde.org/", - "basket-devel@lists.sourceforge.net" ) + "(c) 2003-2007, S\303\251bastien Lao\303\273t", NULL, NULL, NULL) { addAuthor( "Kelvie Wong", I18N_NOOP("Maintainer"), |