mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
config: fix pkgcheck issues
This commit is contained in:
parent
b52922652a
commit
33aeaf4f7e
2 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue