diff options
Diffstat (limited to 'parts/distpart/specsupport.cpp')
-rw-r--r-- | parts/distpart/specsupport.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parts/distpart/specsupport.cpp b/parts/distpart/specsupport.cpp index f6cb69f2..06a0bb67 100644 --- a/parts/distpart/specsupport.cpp +++ b/parts/distpart/specsupport.cpp @@ -242,7 +242,7 @@ TQString SpecSupport::generatePackage( ) { TQString spec; spec += "# This spec file was generated by KDevelop \n"; - spec += "# Please report any problem to KDevelop Team <tdevelop-devel@tdevelop.org> \n"; + spec += "# Please report any problem to KDevelop Team <kdevelop-devel@kdevelop.org> \n"; spec += "# Thanks to Matthias Saou for his explanations on http://freshrpms.net/docs/fight.html\n\n"; spec += "Name: " + getAppName() + "\n"; |