From b08db50f72db7b50655b384f7d53e0bc9565b08b Mon Sep 17 00:00:00 2001 From: Rick Farina Date: Thu, 11 Nov 2021 14:34:44 -0500 Subject: [PATCH] dev-python/gatt-python: fix description Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Rick Farina --- dev-python/gatt-python/gatt-python-0.2.6.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/gatt-python/gatt-python-0.2.6.ebuild b/dev-python/gatt-python/gatt-python-0.2.6.ebuild index 32ce4aeb04981..ac0677f854c84 100644 --- a/dev-python/gatt-python/gatt-python-0.2.6.ebuild +++ b/dev-python/gatt-python/gatt-python-0.2.6.ebuild @@ -7,8 +7,8 @@ PYTHON_COMPAT=( python3_9 ) inherit distutils-r1 -DESCRIPTION="Pythonic DBus library" -HOMEPAGE="https://github.com/LEW21/pydbus" +DESCRIPTION="Bluetooth GATT SDK for Python" +HOMEPAGE="https://github.com/getsenic/gatt-python" SRC_URI="https://github.com/getsenic/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT"