diff options
author | Chris <[email protected]> | 2019-07-16 19:12:15 +0200 |
---|---|---|
committer | Chris <[email protected]> | 2019-07-16 19:26:59 +0200 |
commit | c70c0d8d7e37043485e3c7aa1c1a7edaeafec60c (patch) | |
tree | 6eb4da26cc41d23dcd0090e94f5d8cb02d07b5ef /src/main.cpp | |
parent | a91bd11658bb1179b7a625af686622cca9f1fa4a (diff) | |
download | k3b-c70c0d8d7e37043485e3c7aa1c1a7edaeafec60c.tar.gz k3b-c70c0d8d7e37043485e3c7aa1c1a7edaeafec60c.zip |
Remove old upstream URL.
Signed-off-by: Chris <[email protected]>
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 83ff784..7fd2f82 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -78,7 +78,7 @@ int main( int argc, char* argv[] ) { TDEAboutData aboutData( "k3b", "K3b", LIBK3B_VERSION, description, TDEAboutData::License_GPL, - "(c) 1999 - 2007, Sebastian Trüg", 0, "http://www.k3b.org" ); + "(c) 1999 - 2007, Sebastian Trüg", 0 ); aboutData.addAuthor("Sebastian Trüg",I18N_NOOP("Maintainer and Lead Developer"), "[email protected]"); aboutData.addAuthor("Christian Kvasny",I18N_NOOP("VideoCD Project and VideoCD ripping"), "[email protected]"); aboutData.addCredit("Klaus-Dieter Krannich", I18N_NOOP("Advanced Cdrdao integration"), "[email protected]" ); |