diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-12-11 13:36:22 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-12-11 14:01:04 +0100 |
commit | e952c30649dbc84fb80d57ff6aa5056048e253df (patch) | |
tree | 13ad28585544d4712a7c80f6bababb6cc0f271e8 /dev-python/wsproto | |
parent | dev-python/wurlitzer: Update HOMEPAGE (diff) | |
download | gentoo-e952c30649dbc84fb80d57ff6aa5056048e253df.tar.gz gentoo-e952c30649dbc84fb80d57ff6aa5056048e253df.tar.bz2 gentoo-e952c30649dbc84fb80d57ff6aa5056048e253df.zip |
dev-python/wsproto: Update HOMEPAGE
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/wsproto')
-rw-r--r-- | dev-python/wsproto/wsproto-1.0.0.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-python/wsproto/wsproto-1.0.0.ebuild b/dev-python/wsproto/wsproto-1.0.0.ebuild index 642751d07b50..7ca2977395d4 100644 --- a/dev-python/wsproto/wsproto-1.0.0.ebuild +++ b/dev-python/wsproto/wsproto-1.0.0.ebuild @@ -8,7 +8,9 @@ PYTHON_COMPAT=( python3_{7,8,9} ) inherit distutils-r1 DESCRIPTION="WebSockets state-machine based protocol implementation" -HOMEPAGE="https://github.com/python-hyper/wsproto https://pypi.python.org/pypi/wsproto" +HOMEPAGE=" + https://github.com/python-hyper/wsproto/ + https://pypi.org/project/wsproto/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" |