summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-07-06 15:47:39 +0200
committerMichał Górny <mgorny@gentoo.org>2024-07-06 16:14:31 +0200
commit71611cf5e4ecd9b6571962966a5ee229a80b4b7f (patch)
tree8eead58ed6e0f4fc4d1af65669f604475ace8374 /dev-python/latexcodec
parentdev-python/latexcodec: Remove old (diff)
downloadgentoo-71611cf5e4ecd9b6571962966a5ee229a80b4b7f.tar.gz
gentoo-71611cf5e4ecd9b6571962966a5ee229a80b4b7f.tar.bz2
gentoo-71611cf5e4ecd9b6571962966a5ee229a80b4b7f.zip
dev-python/latexcodec: Add python@ as co-maint.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/latexcodec')
-rw-r--r--dev-python/latexcodec/metadata.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-python/latexcodec/metadata.xml b/dev-python/latexcodec/metadata.xml
index 4861356934d1..d1b0baf52d3e 100644
--- a/dev-python/latexcodec/metadata.xml
+++ b/dev-python/latexcodec/metadata.xml
@@ -9,6 +9,10 @@
<email>proxy-maint@gentoo.org</email>
<name>Proxy maintainers</name>
</maintainer>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ <name>Python</name>
+ </maintainer>
<longdescription>
Latexcodec provides a convenient way of going between text written in LaTeX and unicode. Since it is not a LaTeX compiler, it is more appropriate for short chunks of text, such as a paragraph or the values of a BibTeX entry, and it is not appropriate for a full LaTeX document. In particular, its behavior on the LaTeX commands that do not simply select characters is intended to allow the unicode representation to be understandable by a human reader, but is not canonical and may require hand tuning to produce the desired effect.
</longdescription>