Ulrich Müller 38b155fa1b
**/metadata.xml: Replace http by https in DOCTYPE element
Bug: https://bugs.gentoo.org/552720
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
2021-09-11 15:22:48 +02:00

21 lines
864 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>
</maintainer>
<maintainer type="person">
<email>prometheanfire@gentoo.org</email>
<name>Matthew Thode</name>
</maintainer>
<longdescription lang="en">
collective.checkdocs adds new distutils commands checkdocs and showdocs to validate restructured text in long_description field of Python eggs. This package aims to make Python egg help page publishing and editing easier.
</longdescription>
<stabilize-allarches/>
<upstream>
<remote-id type="pypi">collective.checkdocs</remote-id>
<remote-id type="github">collective/collective.checkdocs</remote-id>
<bugs-to>https://github.com/collective/collective.checkdocs/issues</bugs-to>
</upstream>
</pkgmetadata>