diff options
author | Chris <[email protected]> | 2019-07-16 16:22:46 +0200 |
---|---|---|
committer | Chris <[email protected]> | 2019-07-16 16:22:46 +0200 |
commit | 9ff1496b1762197e5a9370e1991263eaab8b1d5a (patch) | |
tree | 8696609547066f04d5fd19ed3cb8c8e0aeaa2cca /src | |
parent | 2f9c9fbec1aa45f5e6b38c55ffc8feaa3528e77f (diff) | |
download | tdepowersave-9ff1496b1762197e5a9370e1991263eaab8b1d5a.tar.gz tdepowersave-9ff1496b1762197e5a9370e1991263eaab8b1d5a.zip |
Remove old upstream URL.
Signed-off-by: Chris <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 85fc8fe..9a7339d 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -66,7 +66,6 @@ int kdemain(int argc, char **argv) about.addCredit("Daniel Gollub", I18N_NOOP("Added basic detailed dialog"), "[email protected]"); about.addCredit("Michael Biebl", I18N_NOOP("Packaging Debian and Ubuntu"), "[email protected]"); about.setBugAddress("[email protected]"); - about.setHomepage("http://sourceforge.net/projects/powersave"); about.setTranslator("_: NAME OF TRANSLATORS\\nYour names","_: EMAIL OF TRANSLATORS\\nYour emails"); TDECmdLineArgs::init(argc, argv, &about); |