diff options
author | Louis Sautier <sbraz@gentoo.org> | 2021-08-05 21:24:43 +0200 |
---|---|---|
committer | Louis Sautier <sbraz@gentoo.org> | 2021-08-05 21:25:52 +0200 |
commit | 97ed9859aec6bc581b92c9ce65758fbc2e801c59 (patch) | |
tree | 6d42fefa39c432ba539e4ae54d3e5f0eec202b3e /dev-python | |
parent | www-apps/klaus: enable py3.10 (diff) | |
download | gentoo-97ed9859aec6bc581b92c9ce65758fbc2e801c59.tar.gz gentoo-97ed9859aec6bc581b92c9ce65758fbc2e801c59.tar.bz2 gentoo-97ed9859aec6bc581b92c9ce65758fbc2e801c59.zip |
dev-python/python-ctags: update HOMEPAGE and upstream metadata
Signed-off-by: Louis Sautier <sbraz@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/python-ctags/metadata.xml | 4 | ||||
-rw-r--r-- | dev-python/python-ctags/python-ctags-1.5.0.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/python-ctags/metadata.xml b/dev-python/python-ctags/metadata.xml index 123026b36366..17a2cc790006 100644 --- a/dev-python/python-ctags/metadata.xml +++ b/dev-python/python-ctags/metadata.xml @@ -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> diff --git a/dev-python/python-ctags/python-ctags-1.5.0.ebuild b/dev-python/python-ctags/python-ctags-1.5.0.ebuild index 64adaec8d2aa..11636912c57f 100644 --- a/dev-python/python-ctags/python-ctags-1.5.0.ebuild +++ b/dev-python/python-ctags/python-ctags-1.5.0.ebuild @@ -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}" |