summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2019-02-27 06:58:21 +0100
committerAaron Bauman <bman@gentoo.org>2019-02-28 19:26:34 -0500
commit6996b0d7536fbbd0a10ac8d57823131869f4d63a (patch)
tree42a056a2d4dc07a50b75fff91cf316ddd7211abc /dev-python/beagle
parentdev-python/twitter: use HTTPS (diff)
downloadgentoo-6996b0d7536fbbd0a10ac8d57823131869f4d63a.tar.gz
gentoo-6996b0d7536fbbd0a10ac8d57823131869f4d63a.tar.bz2
gentoo-6996b0d7536fbbd0a10ac8d57823131869f4d63a.zip
dev-python/beagle: fix DESCRIPTION
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-python/beagle')
-rw-r--r--dev-python/beagle/beagle-0.2.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/beagle/beagle-0.2.1.ebuild b/dev-python/beagle/beagle-0.2.1.ebuild
index cb5ec1357857..d6bc30ce80c6 100644
--- a/dev-python/beagle/beagle-0.2.1.ebuild
+++ b/dev-python/beagle/beagle-0.2.1.ebuild
@@ -6,7 +6,7 @@ EAPI=6
PYTHON_COMPAT=( python3_5 python3_6 )
inherit distutils-r1
-DESCRIPTION="Beagle is a 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/dhellmann/beagle"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"