From 33aeaf4f7ebd80767c95c41d3212b4189e5971bc Mon Sep 17 00:00:00 2001 From: Guido Kroon Date: Sat, 20 Jun 2020 23:34:30 +0200 Subject: [PATCH] config: fix pkgcheck issues --- dev-python/config/config-0.4.0.ebuild | 2 +- dev-python/config/config-0.4.2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/config/config-0.4.0.ebuild b/dev-python/config/config-0.4.0.ebuild index 2ab8d5be2..5005b8435 100644 --- a/dev-python/config/config-0.4.0.ebuild +++ b/dev-python/config/config-0.4.0.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_{5,6} ) inherit distutils-r1 DESCRIPTION="A hierarchical, easy-to-use, powerful configuration module for Python" -HOMEPAGE="http://www.red-dove.com/python_config.html" +HOMEPAGE="https://www.red-dove.com/python_config.html" SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz" LICENSE="GPL-2" diff --git a/dev-python/config/config-0.4.2.ebuild b/dev-python/config/config-0.4.2.ebuild index 2ab8d5be2..5005b8435 100644 --- a/dev-python/config/config-0.4.2.ebuild +++ b/dev-python/config/config-0.4.2.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_{5,6} ) inherit distutils-r1 DESCRIPTION="A hierarchical, easy-to-use, powerful configuration module for Python" -HOMEPAGE="http://www.red-dove.com/python_config.html" +HOMEPAGE="https://www.red-dove.com/python_config.html" SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz" LICENSE="GPL-2"