summaryrefslogtreecommitdiff
path: root/dev-python/python-ctags
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-08-06 01:35:27 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-08-06 01:35:27 +0000
commitc49cf756b59448a526cd6c7a6f64ead795d672fa (patch)
tree454939c374a76b747e8c2daeb502dcadc9d3913e /dev-python/python-ctags
parent633486177303e5c26033ac89dbc6b50f6098a8c7 (diff)
downloadbaldeagleos-repo-c49cf756b59448a526cd6c7a6f64ead795d672fa.tar.gz
baldeagleos-repo-c49cf756b59448a526cd6c7a6f64ead795d672fa.tar.xz
baldeagleos-repo-c49cf756b59448a526cd6c7a6f64ead795d672fa.zip
Adding metadata
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}"