Merge branch 'master' of ssh://drop.maemo.org/git/drlaunch
[drlaunch] / src / about.py
index d70a67f..6f26ccc 100755 (executable)
@@ -50,7 +50,9 @@ Thanks to Thomas Perl and the gPodder Team.
 """
 
        _license="""\
-Send bug reports and feature requests to Stefanos Harhalakis <v13@v13.gr>
+Send bug reports and feature requests to maemo's bugzilla:
+https://bugs.maemo.org/enter_bug.cgi?product=DrLaunch (preferred)
+or directly to Stefanos Harhalakis <v13@v13.gr>
 
 DrLaunch is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
@@ -76,7 +78,7 @@ under the terms of the GPLv3 license.
        "version":          config.version,
        "copyright":        _copyright + "\n" + _license,
        "description":      _description,
-       "bugtracker_url":   "mailto:v13@v13.gr",
+       "bugtracker_url":   "https://bugs.maemo.org/enter_bug.cgi?product=DrLaunch",
        "parent":           parent,
        }