diff options
author | Chris <xchrisx@uber.space> | 2019-07-16 19:12:15 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2019-07-16 20:33:09 +0200 |
commit | 5f44683f05b073809272576390e1b573ce2f6313 (patch) | |
tree | a4ee71c51e01c89effb278b6a498ff02172793ba | |
parent | 5b48572686bd7a03dfb3325ff7537986c32cf50e (diff) | |
download | k3b-5f44683f05b073809272576390e1b573ce2f6313.tar.gz k3b-5f44683f05b073809272576390e1b573ce2f6313.zip |
Remove old upstream URL.
Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit c70c0d8d7e37043485e3c7aa1c1a7edaeafec60c)
-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"), "trueg@k3b.org"); aboutData.addAuthor("Christian Kvasny",I18N_NOOP("VideoCD Project and VideoCD ripping"), "chris@k3b.org"); aboutData.addCredit("Klaus-Dieter Krannich", I18N_NOOP("Advanced Cdrdao integration"), "kd@k3b.org" ); |