diff options
author | Sam James <sam@gentoo.org> | 2023-10-28 01:47:09 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-10-28 01:47:09 +0100 |
commit | 020e98e0ccd84fcbd219f622410ead25037fa94a (patch) | |
tree | 07183c9fee8146abd2b5ca4ee61625e2b612b1a0 /dev-libs/zix | |
parent | dev-libs/zix: add gitlab upstream metadata (diff) | |
download | gentoo-020e98e0ccd84fcbd219f622410ead25037fa94a.tar.gz gentoo-020e98e0ccd84fcbd219f622410ead25037fa94a.tar.bz2 gentoo-020e98e0ccd84fcbd219f622410ead25037fa94a.zip |
dev-libs/zix: fix HOMEPAGE
The old one 404'd.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/zix')
-rw-r--r-- | dev-libs/zix/zix-0.4.2.ebuild | 7 |
1 files 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 )" |