commit: b81941dc22c85d42eaf7f3bff2f4bf9f303937fe
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 16 05:54:21 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jan 16 06:05:06 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b81941dc
dev-python/cli_helpers: Use HTTPS
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/cli_helpers/cli_helpers-1.2.1.ebuild | 2 +-
dev-python/cli_helpers/cli_helpers-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/cli_helpers/cli_helpers-1.2.1.ebuild
b/dev-python/cli_helpers/cli_helpers-1.2.1.ebuild
index e4a062604f5..f6b73337bb9 100644
--- a/dev-python/cli_helpers/cli_helpers-1.2.1.ebuild
+++ b/dev-python/cli_helpers/cli_helpers-1.2.1.ebuild
@@ -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"
diff --git a/dev-python/cli_helpers/cli_helpers-9999.ebuild
b/dev-python/cli_helpers/cli_helpers-9999.ebuild
index 43af7034b1b..7d5022a9d7d 100644
--- a/dev-python/cli_helpers/cli_helpers-9999.ebuild
+++ b/dev-python/cli_helpers/cli_helpers-9999.ebuild
@@ -8,7 +8,7 @@ EGIT_REPO_URI="https://github.com/dbcli/${PN}.git"
inherit distutils-r1 git-r3
DESCRIPTION="Python helpers for common CLI tasks"
-HOMEPAGE="http://cli-helpers.rtfd.io/"
+HOMEPAGE="https://cli-helpers.rtfd.io/"
SRC_URI=""
LICENSE="BSD"