diff --git a/dev-python/thrift/metadata.xml b/dev-python/thrift/metadata.xml index 09527b1c7c737..66f4b63e28d61 100644 --- a/dev-python/thrift/metadata.xml +++ b/dev-python/thrift/metadata.xml @@ -3,6 +3,7 @@ + apache/thrift thrift diff --git a/dev-python/thrift/thrift-0.20.0.ebuild b/dev-python/thrift/thrift-0.20.0.ebuild index d3c582a41559e..3419f9b450244 100644 --- a/dev-python/thrift/thrift-0.20.0.ebuild +++ b/dev-python/thrift/thrift-0.20.0.ebuild @@ -9,7 +9,11 @@ PYTHON_COMPAT=( python3_{9..12} ) inherit distutils-r1 DESCRIPTION="Python implementation of Thrift" -HOMEPAGE="https://pypi.org/project/thrift/ https://thrift.apache.org/" +HOMEPAGE=" + https://pypi.org/project/thrift/ + https://thrift.apache.org/ + https://github.com/apache/thrift +" SRC_URI="https://downloads.apache.org/${PN}/${PV}/${P}.tar.gz" S="${WORKDIR}/${P}/lib/py"