diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-12-11 13:36:09 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-12-11 13:59:03 +0100 |
commit | dee4287e3f1a5eaacf808a64b241a2efd2264b90 (patch) | |
tree | 8a2ebc7f878ea1efebd921f8c0dc34944fdff6e4 /dev-python/wurlitzer | |
parent | dev-python/verboselogs: Update HOMEPAGE (diff) | |
download | gentoo-dee4287e3f1a5eaacf808a64b241a2efd2264b90.tar.gz gentoo-dee4287e3f1a5eaacf808a64b241a2efd2264b90.tar.bz2 gentoo-dee4287e3f1a5eaacf808a64b241a2efd2264b90.zip |
dev-python/wurlitzer: Update HOMEPAGE
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/wurlitzer')
-rw-r--r-- | dev-python/wurlitzer/wurlitzer-2.0.1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-python/wurlitzer/wurlitzer-2.0.1.ebuild b/dev-python/wurlitzer/wurlitzer-2.0.1.ebuild index b639486f7a03..479e70ee0a38 100644 --- a/dev-python/wurlitzer/wurlitzer-2.0.1.ebuild +++ b/dev-python/wurlitzer/wurlitzer-2.0.1.ebuild @@ -8,7 +8,9 @@ PYTHON_COMPAT=( python3_{6,7,8,9} ) inherit distutils-r1 DESCRIPTION="Capture C-level stdout/stderr in Python" -HOMEPAGE="https://github.com/minrk/wurlitzer https://pypi.org/project/wurlitzer" +HOMEPAGE=" + https://github.com/minrk/wurlitzer/ + https://pypi.org/project/wurlitzer/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" |