diff options
author | 2025-02-16 17:19:19 +0100 | |
---|---|---|
committer | 2025-02-16 19:43:57 +0100 | |
commit | 7a13d32cd75937968a0350aa48acc7ba18fbbd76 (patch) | |
tree | c6b23f04d8c47f4f1c47425e6bd654c532d51ad6 /dev-python/aiodns | |
parent | dev-python/meson-python: Fix testing without matching impl on meson (diff) | |
download | gentoo-7a13d32cd75937968a0350aa48acc7ba18fbbd76.tar.gz gentoo-7a13d32cd75937968a0350aa48acc7ba18fbbd76.tar.bz2 gentoo-7a13d32cd75937968a0350aa48acc7ba18fbbd76.zip |
dev-python/aiodns: Update homepage
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/aiodns')
-rw-r--r-- | dev-python/aiodns/aiodns-3.2.0.ebuild | 4 | ||||
-rw-r--r-- | dev-python/aiodns/metadata.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/aiodns/aiodns-3.2.0.ebuild b/dev-python/aiodns/aiodns-3.2.0.ebuild index d89dd9388f29..de219d840945 100644 --- a/dev-python/aiodns/aiodns-3.2.0.ebuild +++ b/dev-python/aiodns/aiodns-3.2.0.ebuild @@ -11,7 +11,7 @@ inherit distutils-r1 pypi DESCRIPTION="Simple DNS resolver for asyncio" HOMEPAGE=" https://pypi.org/project/aiodns/ - https://github.com/saghul/aiodns/ + https://github.com/aio-libs/aiodns/ " LICENSE="MIT" @@ -29,7 +29,7 @@ distutils_enable_tests pytest python_test() { local EPYTEST_DESELECT=( - # Internet changed, https://github.com/saghul/aiodns/issues/107 + # Internet changed, https://github.com/aio-libs/aiodns/issues/107 tests.py::DNSTest::test_query_bad_chars ) diff --git a/dev-python/aiodns/metadata.xml b/dev-python/aiodns/metadata.xml index 96a9f345bdbc..4d962f5aacfc 100644 --- a/dev-python/aiodns/metadata.xml +++ b/dev-python/aiodns/metadata.xml @@ -11,6 +11,6 @@ <stabilize-allarches/> <upstream> <remote-id type="pypi">aiodns</remote-id> - <remote-id type="github">saghul/aiodns</remote-id> + <remote-id type="github">aio-libs/aiodns</remote-id> </upstream> </pkgmetadata> |