diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-02-26 19:21:41 +0100 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-02-26 23:21:11 -0500 |
commit | 7ea4a92cb4623d67d823be8dc9e7e83f648b70dc (patch) | |
tree | 10a6726ae9e34d1dc57e5be811754643c363336b /dev-python/beagle | |
parent | dev-python/grpcio-testing: bump to 1.19.0 (diff) | |
download | gentoo-7ea4a92cb4623d67d823be8dc9e7e83f648b70dc.tar.gz gentoo-7ea4a92cb4623d67d823be8dc9e7e83f648b70dc.tar.bz2 gentoo-7ea4a92cb4623d67d823be8dc9e7e83f648b70dc.zip |
dev-python/beagle: use HTTPS
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11163
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-python/beagle')
-rw-r--r-- | dev-python/beagle/beagle-0.2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/beagle/beagle-0.2.1.ebuild b/dev-python/beagle/beagle-0.2.1.ebuild index b74d95088cb9..cb5ec1357857 100644 --- a/dev-python/beagle/beagle-0.2.1.ebuild +++ b/dev-python/beagle/beagle-0.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_5 python3_6 ) inherit distutils-r1 DESCRIPTION="Beagle is a command line client for Hound, the code search tool." -HOMEPAGE="http://beagle-hound.readthedocs.io/en/latest/ +HOMEPAGE="https://beagle-hound.readthedocs.io/en/latest/ https://github.com/dhellmann/beagle" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" |