commit:     730fb8af3eb7f6e6f6b7afbc3c7fedcc495390ae
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 11 18:27:19 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Apr 11 18:39:04 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=730fb8af

dev-python/bandit: Add python@ as co-maint.

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/bandit/metadata.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/dev-python/bandit/metadata.xml b/dev-python/bandit/metadata.xml
index 87ea544cd31c..a083c37dbb02 100644
--- a/dev-python/bandit/metadata.xml
+++ b/dev-python/bandit/metadata.xml
@@ -5,6 +5,10 @@
                <email>[email protected]</email>
                <name>Matthew Thode</name>
        </maintainer>
+       <maintainer type="project">
+               <email>[email protected]</email>
+               <name>Python</name>
+       </maintainer>
        <longdescription lang="en">
                Bandit is a tool designed to find common security issues in 
Python code. To do this Bandit processes each file, builds an AST from it, and 
runs appropriate plugins against the AST nodes. Once Bandit has finished 
scanning all the files it generates a report.
        </longdescription>

Reply via email to