dev-python/xattr: update DESCRIPTION

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-11-03 15:13:34 +01:00
parent 3208ef3dde
commit 0b973c4cb7
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
<name>Alessandro Barbieri</name>
</maintainer>
<upstream>
<bugs-to>https://github.com/opentracing/opentracing-python/issues</bugs-to>
<bugs-to>https://github.com/xattr/xattr/issues</bugs-to>
<remote-id type="pypi">xattr</remote-id>
<remote-id type="github">xattr/xattr</remote-id>
</upstream>

View File

@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="OpenTracing API for Python"
DESCRIPTION="Python wrapper for extended filesystem attributes"
HOMEPAGE="https://github.com/xattr/xattr"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"