commit: e90d683c4e2d550274d1cd927cc1fb5e04a1373d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 22 07:35:14 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Mar 22 07:35:58 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e90d683c
dev-python/intreehooks: Correct HOMEPAGE
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/intreehooks/intreehooks-1.0.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/dev-python/intreehooks/intreehooks-1.0.ebuild
b/dev-python/intreehooks/intreehooks-1.0.ebuild
index 14369e12a72..cba27a4650e 100644
--- a/dev-python/intreehooks/intreehooks-1.0.ebuild
+++ b/dev-python/intreehooks/intreehooks-1.0.ebuild
@@ -7,7 +7,9 @@ PYTHON_COMPAT=( python3_{7..9} pypy3 )
inherit distutils-r1
DESCRIPTION="Load a PEP 517 backend from inside the source tree"
-HOMEPAGE="https://pypi.org/project/intreehooks
https://github.com/takluyver/intreehooks"
+HOMEPAGE="
+ https://pypi.org/project/intreehooks/
+ https://github.com/takluyver/intreehooks/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"