dev-python/cli_helpers: Use HTTPS

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-01-16 06:54:21 +01:00
parent d19d653a78
commit b81941dc22
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
DESCRIPTION="Python helpers for common CLI tasks"
HOMEPAGE="http://cli-helpers.rtfd.io/"
HOMEPAGE="https://cli-helpers.rtfd.io/"
SRC_URI="https://github.com/dbcli/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"