dev-python/flask-wtf: fix bugs-to in metadata

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Louis Sautier <sbraz@gentoo.org>
This commit is contained in:
Louis Sautier
2019-07-16 00:05:28 +02:00
parent 9c2b00e33c
commit a13c0f44f6

View File

@@ -8,7 +8,7 @@
<upstream>
<remote-id type="pypi">Flask-WTF</remote-id>
<remote-id type="github">lepture/flask-wtf</remote-id>
<bugs-to>https://github.com/lepture/flask-wtf</bugs-to>
<bugs-to>https://github.com/lepture/flask-wtf/issues</bugs-to>
</upstream>
<longdescription lang="en">
Simple integration of Flask and WTForms, including CSRF, file upload and Recaptcha integration.