[PATCH] gnu: python-bandit: Update home-page.

  • Done
  • quality assurance status badge
Details
2 participants
  • Matthew Kraai
  • Nicolas Goaziou
Owner
unassigned
Submitted by
Matthew Kraai
Severity
normal
M
M
Matthew Kraai wrote on 7 Jul 2020 12:17
(address . guix-patches@gnu.org)(name . Matthew Kraai)(address . kraai@ftbfs.org)
20200707101701.2299-1-kraai@ftbfs.org
* gnu/packages/openstack.scm (python-bandit)[home-page]: Update to new URL.
---
gnu/packages/openstack.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Toggle diff (15 lines)
diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm
index a1e21d8872..d0294cdef3 100644
--- a/gnu/packages/openstack.scm
+++ b/gnu/packages/openstack.scm
@@ -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.
--
2.27.0
N
N
Nicolas Goaziou wrote on 7 Jul 2020 14:21
(name . Matthew Kraai)(address . kraai@ftbfs.org)(address . 42239-done@debbugs.gnu.org)
87h7uj7bx8.fsf@nicolasgoaziou.fr
Hello,

Matthew Kraai <kraai@ftbfs.org> writes:

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

Applied. Thank you.

Regards,
--
Nicolas Goaziou
Closed
?