*/*: Fix missing trailing slash in HOMEPAGE

Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
This commit is contained in:
Ronny (tastytea) Gutbrod
2022-04-04 18:45:49 +02:00
parent 0fa19ebeb3
commit beba143c39
120 changed files with 122 additions and 122 deletions

View File

@@ -7,7 +7,7 @@ inherit distutils-r1
MY_PV=${PV/_/}
DESCRIPTION="Free Google Translate API for Python. Translates totally free of charge."
HOMEPAGE="https://pypi.org/project/googletrans https://github.com/ssut/py-googletrans"
HOMEPAGE="https://pypi.org/project/googletrans/ https://github.com/ssut/py-googletrans"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${PN}-${MY_PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${MY_PV}"