diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-04-07 10:41:45 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-04-07 10:45:07 +0200 |
commit | 976f6d76a78e26e290ac0855b41076ba12ff0da6 (patch) | |
tree | da6ba934d105de6c44e33253567ceec633bfcbae /dev-python/trio | |
parent | dev-python/trio: Enable pypy3 (diff) | |
download | gentoo-976f6d76a78e26e290ac0855b41076ba12ff0da6.tar.gz gentoo-976f6d76a78e26e290ac0855b41076ba12ff0da6.tar.bz2 gentoo-976f6d76a78e26e290ac0855b41076ba12ff0da6.zip |
dev-python/trio: Fix HOMEPAGE
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/trio')
-rw-r--r-- | dev-python/trio/trio-0.20.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/trio/trio-0.20.0.ebuild b/dev-python/trio/trio-0.20.0.ebuild index 7886ff51e8af..a544993a08dc 100644 --- a/dev-python/trio/trio-0.20.0.ebuild +++ b/dev-python/trio/trio-0.20.0.ebuild @@ -10,8 +10,8 @@ inherit distutils-r1 DESCRIPTION="Python library for async concurrency and I/O" HOMEPAGE=" - https://github.com/python-trio/trio - https://pypi.org/project/trio + https://github.com/python-trio/trio/ + https://pypi.org/project/trio/ " SRC_URI=" https://github.com/python-trio/${PN}/archive/v${PV}.tar.gz |