dev-python/python-ctags: update HOMEPAGE and upstream metadata

Signed-off-by: Louis Sautier <sbraz@gentoo.org>
This commit is contained in:
Louis Sautier
2021-08-05 21:24:43 +02:00
parent dea2b2da54
commit 97ed9859ae
2 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@
</maintainer>
<upstream>
<remote-id type="pypi">python-ctags3</remote-id>
<remote-id type="github">jonashaag/python-ctags3</remote-id>
<bugs-to>https://github.com/jonashaag/python-ctags3/issues</bugs-to>
<remote-id type="github">universal-ctags/python-ctags3</remote-id>
<bugs-to>https://github.com/universal-ctags/python-ctags3/issues</bugs-to>
</upstream>
</pkgmetadata>

View File

@@ -9,7 +9,7 @@ inherit distutils-r1
MY_PN="${PN}3"
DESCRIPTION="Exuberant Ctags indexing python bindings"
HOMEPAGE="https://github.com/jonashaag/python-ctags3"
HOMEPAGE="https://github.com/universal-ctags/python-ctags3"
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
S="${WORKDIR}/${MY_PN}-${PV}"