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>
parent
e3dc149297
commit
3903f98379
|
@ -79,7 +79,7 @@
|
||||||
("python-testrepository" ,python-testrepository)
|
("python-testrepository" ,python-testrepository)
|
||||||
("python-testscenarios" ,python-testscenarios)
|
("python-testscenarios" ,python-testscenarios)
|
||||||
("python-testtools" ,python-testtools)))
|
("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")
|
(synopsis "Security oriented static analyser for python code")
|
||||||
(description
|
(description
|
||||||
"Bandit is a tool designed to find common security issues in Python code.
|
"Bandit is a tool designed to find common security issues in Python code.
|
||||||
|
|
Reference in New Issue