summaryrefslogtreecommitdiffstats
path: root/keduca/keducabuilder/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'keduca/keducabuilder/main.cpp')
-rw-r--r--keduca/keducabuilder/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/keduca/keducabuilder/main.cpp b/keduca/keducabuilder/main.cpp
index 47da9c31..256577d1 100644
--- a/keduca/keducabuilder/main.cpp
+++ b/keduca/keducabuilder/main.cpp
@@ -36,7 +36,7 @@ int main(int argc, char *argv[])
{
TDEAboutData aboutData( "keduca", I18N_NOOP("KEducaBuilder"),
version, description, TDEAboutData::License_GPL,
- "(c) 2001, Javier Campos", 0, "http://keduca.sourceforge.net", "submit@bugs.kde.org");
+ "(c) 2001, Javier Campos", 0, "http://keduca.sourceforge.net", "submit@bugs.trinitydesktop.org");
aboutData.addAuthor("Javier Campos",I18N_NOOP("Original Author"), "javi@asyris.org");
aboutData.addAuthor("Klas Kalass",I18N_NOOP("Maintainer 2002-2004"), "klas@kde.org");
aboutData.addAuthor("Anne-Marie Mahfouf",I18N_NOOP("Various fixes and cleanups"), "annma@kde.org");