commit:     020e98e0ccd84fcbd219f622410ead25037fa94a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 28 00:47:09 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Oct 28 00:47:09 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=020e98e0

dev-libs/zix: fix HOMEPAGE

The old one 404'd.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/zix/zix-0.4.2.ebuild | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/dev-libs/zix/zix-0.4.2.ebuild b/dev-libs/zix/zix-0.4.2.ebuild
index 01a7b8abd503..e12ee399e668 100644
--- a/dev-libs/zix/zix-0.4.2.ebuild
+++ b/dev-libs/zix/zix-0.4.2.ebuild
@@ -5,13 +5,14 @@ EAPI=8
 
 inherit meson-multilib
 
-SRC_URI="https://download.drobilla.net/${P}.tar.xz";
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~sparc ~x86"
 DESCRIPTION="Lightweight C library of portability wrappers and data structures"
-HOMEPAGE="https://drobilla.net/software/zix.html";
+#HOMEPAGE="https://drobilla.net/software/zix.html";
+HOMEPAGE="https://gitlab.com/drobilla/zix";
+SRC_URI="https://download.drobilla.net/${P}.tar.xz";
 
 LICENSE="ISC"
 SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~sparc ~x86"
 IUSE="doc test"
 RESTRICT="!test? ( test )"
 

Reply via email to