summaryrefslogtreecommitdiff
path: root/dev-python/python-ctags
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/python-ctags')
-rw-r--r--dev-python/python-ctags/metadata.xml2
-rw-r--r--dev-python/python-ctags/python-ctags-1.5.0.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/python-ctags/metadata.xml b/dev-python/python-ctags/metadata.xml
index 128279dc6811..881956b4500d 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>
- <bugs-to>https://github.com/jonashaag/python-ctags3/issues</bugs-to>
+ <bugs-to>https://github.com/universal-ctags/python-ctags3/issues</bugs-to>
</upstream>
<origin>gentoo-staging</origin>
</pkgmetadata> \ No newline at end of file
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 9bccadf05f29..290ac057b5ac 100644
--- a/dev-python/python-ctags/python-ctags-1.5.0.ebuild
+++ b/dev-python/python-ctags/python-ctags-1.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -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}"