dev-python/flask-wtf: fix bugs-to in metadata
authorLouis Sautier <sbraz@gentoo.org>
Mon, 15 Jul 2019 22:05:28 +0000 (00:05 +0200)
committerLouis Sautier <sbraz@gentoo.org>
Wed, 17 Jul 2019 13:58:44 +0000 (15:58 +0200)
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Louis Sautier <sbraz@gentoo.org>
dev-python/flask-wtf/metadata.xml

index 39cf0b536952e52fc56cfa8ea1fa91e02908a177..8745bfe157af5f867461d372ee52a26a2dfe5864 100644 (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.