config: fix pkgcheck issues

This commit is contained in:
Guido Kroon 2020-06-20 23:34:30 +02:00
parent b52922652a
commit 33aeaf4f7e
No known key found for this signature in database
GPG key ID: 394C398C531EFAB0
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -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"