From 5976454e6171e88f800d44580e9734a6c500eff5 Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Thu, 13 Jun 2024 01:02:09 +0300 Subject: [PATCH] dev-python/matrix-nio: update HOMEPAGE, SRC_URI Signed-off-by: Alfred Wingate --- dev-python/matrix-nio/matrix-nio-0.24.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/matrix-nio/matrix-nio-0.24.0.ebuild b/dev-python/matrix-nio/matrix-nio-0.24.0.ebuild index 7bf6d47..dccd467 100644 --- a/dev-python/matrix-nio/matrix-nio-0.24.0.ebuild +++ b/dev-python/matrix-nio/matrix-nio-0.24.0.ebuild @@ -9,8 +9,8 @@ PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 DESCRIPTION="A Python Matrix client library, designed according to sans I/O principles" -HOMEPAGE="https://github.com/poljar/matrix-nio" -SRC_URI="https://github.com/poljar/matrix-nio/archive/${PV}.tar.gz -> ${P}.gh.tar.gz" +HOMEPAGE="https://github.com/matrix-nio/matrix-nio" +SRC_URI="https://github.com/matrix-nio/matrix-nio/archive/${PV}.tar.gz -> ${P}.gh.tar.gz" LICENSE="ISC" SLOT="0"