commit: 0e079298292b093e5eca1432e414b47c0e30d7bf
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 10 08:54:41 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jul 10 09:32:42 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e079298
sci-libs/rtree: Add python@ as co-maintainer
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
sci-libs/rtree/metadata.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/sci-libs/rtree/metadata.xml b/sci-libs/rtree/metadata.xml
index 34c930a0bce1..eb60738f3714 100644
--- a/sci-libs/rtree/metadata.xml
+++ b/sci-libs/rtree/metadata.xml
@@ -9,6 +9,10 @@
<email>[email protected]</email>
<name>Andrew Ammerlaan</name>
</maintainer>
+ <maintainer type="project">
+ <email>[email protected]</email>
+ <name>Python</name>
+ </maintainer>
<longdescription>
Rtree is a ctypes Python wrapper of libspatialindex that provides a
number of advanced spatial indexing
features for the spatially curious Python user.