diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-16 06:54:21 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-16 07:05:06 +0100 |
commit | b81941dc22c85d42eaf7f3bff2f4bf9f303937fe (patch) | |
tree | a6783f854a62f784ae3b79fd920915074219d24c /dev-python | |
parent | media-gfx/inkscape: Permit numpy-python2 (diff) | |
download | gentoo-b81941dc22c85d42eaf7f3bff2f4bf9f303937fe.tar.gz gentoo-b81941dc22c85d42eaf7f3bff2f4bf9f303937fe.tar.bz2 gentoo-b81941dc22c85d42eaf7f3bff2f4bf9f303937fe.zip |
dev-python/cli_helpers: Use HTTPS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/cli_helpers/cli_helpers-1.2.1.ebuild | 2 | ||||
-rw-r--r-- | 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 e4a062604f50..f6b73337bb9b 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 43af7034b1b7..7d5022a9d7df 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" |