Fix support URL

This commit is contained in:
Bastian Kleineidam 2015-12-05 12:12:57 +01:00
parent ba0dc03283
commit 4a2c3d55ce
2 changed files with 6 additions and 3 deletions

View File

@ -5,6 +5,9 @@
* Add more search paths for rar libraries.
Patch by vitlav
Closes: GH bug #30
* Fix support URL
Closes: GH bug #28
1.8 (released 19.7.2015)

View File

@ -7,10 +7,10 @@ import _patool_configdata as configdata
Version = configdata.version
ReleaseDate = configdata.release_date
AppName = configdata.name
App = AppName+" "+Version
App = AppName+u" "+Version
Author = configdata.author
Maintainer = configdata.maintainer
Copyright = "Copyright (C) 2004-2015 " + Author
Copyright = u"Copyright (C) 2004-2015 " + Author
Url = configdata.url
SupportUrl = Url + "issues"
SupportUrl = u"https://github.com/wummel/patool/issues/"
Email = configdata.author_email