From 2ae0050fd01a4a946b0cb21fb39bd3c251b16b47 Mon Sep 17 00:00:00 2001 From: Jonas Frei Date: Sun, 24 Mar 2024 20:15:07 +0100 Subject: [PATCH] app-shells/carapace: update HOMEPAGE, SRC_URI Signed-off-by: Jonas Frei --- app-shells/carapace/carapace-1.0.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-shells/carapace/carapace-1.0.0.ebuild b/app-shells/carapace/carapace-1.0.0.ebuild index e8000b304a..902c670811 100644 --- a/app-shells/carapace/carapace-1.0.0.ebuild +++ b/app-shells/carapace/carapace-1.0.0.ebuild @@ -6,8 +6,8 @@ EAPI=8 inherit go-module DESCRIPTION="Multi-shell multi-command argument completer" -HOMEPAGE="https://rsteube.github.io/carapace-bin/" -SRC_URI="https://github.com/rsteube/${PN}-bin/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://carapace.sh/" +SRC_URI="https://github.com/${PN}-sh/${PN}-bin/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" # Using a dependency tarball as per https://devmanual.gentoo.org/eclass-reference/go-module.eclass/index.html DEPS_URI="https://gitlab.com/freijon_gentoo/${CATEGORY}/${PN}/-/raw/main/${P}-deps.tar.xz"