guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: python-bandit: Update home-page.


From: guix-commits
Subject: branch master updated: gnu: python-bandit: Update home-page.
Date: Tue, 07 Jul 2020 08:21:46 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 3903f98  gnu: python-bandit: Update home-page.
3903f98 is described below

commit 3903f98379ee58ccabb957a2511125711a500246
Author: Matthew Kraai <kraai@ftbfs.org>
AuthorDate: Tue Jul 7 03:17:01 2020 -0700

    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>
---
 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 a1e21d8..d0294cd 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.



reply via email to

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