dev-python/loguru: Add python@ as a maintainer

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2024-02-14 17:44:16 +01:00
parent a2d9abf7ee
commit da813f25a2

View File

@@ -1,10 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<maintainer type="project">
<email>python@gentoo.org</email>
<name>Python</name>
</maintainer>
<longdescription lang="en">
This library is intended to make Python logging less painful by adding a bunch of useful functionalities that solve caveats of the standard loggers.
Using logs in your application should be an automatism, Loguru tries to make it both pleasant and powerful.
This library is intended to make Python logging less painful
by adding a bunch of useful functionalities that solve caveats
of the standard loggers. Using logs in your application should
be an automatism, Loguru tries to make it both pleasant
and powerful.
</longdescription>
<upstream>
<remote-id type="github">Delgan/loguru</remote-id>