Joe Kappus 31686b8c29
*/*: metadata.xml change to https
gentoo.org redirects to https for some years now. Drop use of http.

Signed-off-by: Joe Kappus <joe@wt.gd>
Closes: https://github.com/gentoo/gentoo/pull/37171
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2024-10-23 15:04:48 +03:00

15 lines
649 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>python@gentoo.org</email>
<name>Python</name>
</maintainer>
<longdescription lang="en">
This library is provided to allow standard python logging to output log data as json objects. With JSON we can make our logs more readable by machines and we can stop writing custom parsers for syslog type records.</longdescription>
<upstream>
<remote-id type="github">madzak/python-json-logger</remote-id>
<remote-id type="pypi">python-json-logger</remote-id>
</upstream>
</pkgmetadata>