From 0f63378727d4840d55e9eb40754281d9d9f7fc7d Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 26 Dec 2021 00:09:08 +0000 Subject: [PATCH] dev-python/beagle: drop trailing full stop from DESCRIPTION Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Sam James --- dev-python/beagle/beagle-0.3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/beagle/beagle-0.3.0.ebuild b/dev-python/beagle/beagle-0.3.0.ebuild index 08451f9045139..1ec4c19205230 100644 --- a/dev-python/beagle/beagle-0.3.0.ebuild +++ b/dev-python/beagle/beagle-0.3.0.ebuild @@ -6,7 +6,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 -DESCRIPTION="Command line client for Hound, the code search tool." +DESCRIPTION="Command line client for Hound, the code search tool" HOMEPAGE="https://beagle-hound.readthedocs.io/en/latest/ https://github.com/beaglecli/beagle" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"