commit: 0bcee16a133c357ed8f9a3570e9a93b4e5fb7d7a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 10 08:08:30 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jun 10 08:11:17 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bcee16a
dev-python/tqdm: Add python@ as (co-)maint
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/tqdm/metadata.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/dev-python/tqdm/metadata.xml b/dev-python/tqdm/metadata.xml
index 774ecb60a21..d109a0ebe95 100644
--- a/dev-python/tqdm/metadata.xml
+++ b/dev-python/tqdm/metadata.xml
@@ -9,6 +9,10 @@
<email>[email protected]</email>
<name>Proxy Maintainers</name>
</maintainer>
+ <maintainer type="project">
+ <email>[email protected]</email>
+ <name>Python</name>
+ </maintainer>
<longdescription lang="en">
Instantly make your loops show a progress meter - just wrap
any iterator with "tqdm(iterator)", and you're done!