From 401d54a1285a14c2f9fdbf3cc02d7385b3e30c40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 17 Dec 2020 18:03:28 +0100 Subject: [PATCH] dev-python/nest_asyncio: Update HOMEPAGE & remote-id MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/nest_asyncio/metadata.xml | 2 +- dev-python/nest_asyncio/nest_asyncio-1.4.3.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/nest_asyncio/metadata.xml b/dev-python/nest_asyncio/metadata.xml index ff1aa274546d9..083dbd0d428e9 100644 --- a/dev-python/nest_asyncio/metadata.xml +++ b/dev-python/nest_asyncio/metadata.xml @@ -6,7 +6,7 @@ - nest_asyncio + nest-asyncio erdewit/nest_asyncio diff --git a/dev-python/nest_asyncio/nest_asyncio-1.4.3.ebuild b/dev-python/nest_asyncio/nest_asyncio-1.4.3.ebuild index 9cb15006a5b7a..4ebb792e3dd0f 100644 --- a/dev-python/nest_asyncio/nest_asyncio-1.4.3.ebuild +++ b/dev-python/nest_asyncio/nest_asyncio-1.4.3.ebuild @@ -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"