Merge pull request #63 from eli-schwartz/master

package details: remove category from bugtracker links
This commit is contained in:
Angel Velásquez 2017-11-16 14:33:10 -03:00 committed by GitHub
commit d753449a39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,6 @@ def bugs_list(package):
url = "https://bugs.archlinux.org/"
data = {
'project': package.repo.bugs_project,
'cat[]': package.repo.bugs_category,
'string': package.pkgname,
}
return link_encode(url, data)