diff options
author | Chris <xchrisx@uber.space> | 2019-07-14 21:52:27 +0200 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-07-15 10:23:05 +0900 |
commit | 707b6c060b22b2f7ea311936865ac33253e13953 (patch) | |
tree | 0390063dd6af3d18ad3574d8b2a38871a639f10f | |
parent | 8d610fbc967b53b850584c224998ed27a8aa0533 (diff) | |
download | konversation-707b6c060b22b2f7ea311936865ac33253e13953.tar.gz konversation-707b6c060b22b2f7ea311936865ac33253e13953.zip |
Remove old upstream URL.
Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit d93b9683cd00a1db201dd5bfe97359741fd6b1be)
-rw-r--r-- | konversation/src/main.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/konversation/src/main.cpp b/konversation/src/main.cpp index 4070031..af22ac7 100644 --- a/konversation/src/main.cpp +++ b/konversation/src/main.cpp @@ -53,8 +53,7 @@ int main(int argc, char* argv[]) I18N_NOOP("(C) 2002-2008 by the Konversation team"), I18N_NOOP("Konversation is a client for the Internet Relay Chat (IRC) protocol.\n" "Meet friends on the net, make new acquaintances and lose yourself in\n" - "talk about your favorite subject."), - "http://konversation.kde.org/"); + "talk about your favorite subject.")); aboutData.addAuthor("Dario Abatianni",I18N_NOOP("Original Author, Project Founder"),"eisfuchs@tigress.com"); aboutData.addAuthor("Peter Simonsson",I18N_NOOP("Maintainer"),"psn@linux.se"); |