Fix Bad URL from Pypi.

This commit is contained in:
Andreas Billmeier 2019-11-01 19:20:03 +01:00
parent 16748e98be
commit eed28ba5de
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{5,6,7} )
inherit distutils-r1
DESCRIPTION="A remote control client for Ubiquiti's UVC NVR"
HOMEPAGE="http://github.org/kk7ds/uvcclient https://pypi.org/project/uvcclient/"
HOMEPAGE="https://github.com/kk7ds/uvcclient https://pypi.org/project/uvcclient/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE=""