gnu: python-bandit: Update home-page.

* gnu/packages/openstack.scm (python-bandit)[home-page]: Update to new URL.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
Matthew Kraai 2020-07-07 03:17:01 -07:00 committed by Nicolas Goaziou
parent e3dc149297
commit 3903f98379
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@
("python-testrepository" ,python-testrepository)
("python-testscenarios" ,python-testscenarios)
("python-testtools" ,python-testtools)))
(home-page "https://wiki.openstack.org/wiki/Security/Projects/Bandit")
(home-page "https://github.com/PyCQA/bandit")
(synopsis "Security oriented static analyser for python code")
(description
"Bandit is a tool designed to find common security issues in Python code.