dev-python/commonmark: Fix pypi homepage

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2022-02-01 14:43:30 +01:00
parent 49fc24ccd2
commit efdd6b1f18
2 changed files with 4 additions and 2 deletions

View File

@@ -7,7 +7,9 @@ PYTHON_COMPAT=( python3_{8..10} pypy3 )
inherit distutils-r1
DESCRIPTION="Python parser for the CommonMark Markdown spec"
HOMEPAGE="https://github.com/readthedocs/commonmark.py"
HOMEPAGE="
https://pypi.org/project/commonmark/
https://github.com/readthedocs/commonmark.py/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"

View File

@@ -13,7 +13,7 @@
keep up to date with changes in commonmark.js.
</longdescription>
<upstream>
<remote-id type="pypi">CommonMark</remote-id>
<remote-id type="pypi">commonmark</remote-id>
<remote-id type="github">readthedocs/commonmark.py</remote-id>
</upstream>
</pkgmetadata>