guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Matthew Kraai
Subject: [bug#42239] [PATCH] gnu: python-bandit: Update home-page.
Date: Tue, 7 Jul 2020 03:17:01 -0700

* gnu/packages/openstack.scm (python-bandit)[home-page]: Update to new URL.
---
 gnu/packages/openstack.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]