dev-python/nest_asyncio: Update HOMEPAGE & remote-id

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-12-17 18:03:28 +01:00
parent 03de0937ca
commit 401d54a128
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
</maintainer>
<stabilize-allarches/>
<upstream>
<remote-id type="pypi">nest_asyncio</remote-id>
<remote-id type="pypi">nest-asyncio</remote-id>
<remote-id type="github">erdewit/nest_asyncio</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{6..9} )
inherit distutils-r1
DESCRIPTION="Patch asyncio to allow nested event loops"
HOMEPAGE="https://github.com/erdewit/nest_asyncio"
HOMEPAGE="https://github.com/erdewit/nest_asyncio/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD-2"