dev-python/beagle: fix DESCRIPTION

Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Aaron Bauman <bman@gentoo.org>
This commit is contained in:
Michael Mair-Keimberger
2019-02-27 06:58:21 +01:00
committed by Aaron Bauman
parent bc0b35d43d
commit 6996b0d753

View File

@@ -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"