From beba143c39288c6090d1f36bae223d1fdceff546 Mon Sep 17 00:00:00 2001 From: "Ronny (tastytea) Gutbrod" Date: Mon, 4 Apr 2022 18:45:49 +0200 Subject: */*: Fix missing trailing slash in HOMEPAGE Signed-off-by: Ronny (tastytea) Gutbrod --- dev-python/libusb1/libusb1-2.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python/libusb1') diff --git a/dev-python/libusb1/libusb1-2.0.1.ebuild b/dev-python/libusb1/libusb1-2.0.1.ebuild index 5aa280970..1c7c29557 100644 --- a/dev-python/libusb1/libusb1-2.0.1.ebuild +++ b/dev-python/libusb1/libusb1-2.0.1.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{8..10} pypy3 ) inherit distutils-r1 DESCRIPTION="Pure-python wrapper for libusb-1.0" -HOMEPAGE="https://github.com/vpelletier/python-libusb1 https://pypi.org/project/libusb1" +HOMEPAGE="https://github.com/vpelletier/python-libusb1 https://pypi.org/project/libusb1/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1+" -- cgit v1.2.3-65-gdbad