fix 2 illegal UTF chars in DESCRIPTION

This commit is contained in:
2019-12-02 21:24:45 +01:00
parent eed3273132
commit 8d1f3065c0
5 changed files with 5 additions and 4 deletions
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
DESCRIPTION="Python API and command line tool for talking to the Nest Thermostat"
DESCRIPTION="Python API and command line tool for talking to the Nest Thermostat"
HOMEPAGE="https://github.com/jkoelker/python-nest/ https://pypi.org/project/python-nest/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"