diff options
author | Jonas Frei <freijon@pm.me> | 2024-03-24 20:15:07 +0100 |
---|---|---|
committer | Jonas Frei <freijon@pm.me> | 2024-03-24 20:16:21 +0100 |
commit | 2ae0050fd01a4a946b0cb21fb39bd3c251b16b47 (patch) | |
tree | 75a89db24491ca370127372140965f56659d5d59 /app-shells | |
parent | metadata.xml: maintainer changed to me (diff) | |
download | guru-2ae0050fd01a4a946b0cb21fb39bd3c251b16b47.tar.gz guru-2ae0050fd01a4a946b0cb21fb39bd3c251b16b47.tar.bz2 guru-2ae0050fd01a4a946b0cb21fb39bd3c251b16b47.zip |
app-shells/carapace: update HOMEPAGE, SRC_URI
Signed-off-by: Jonas Frei <freijon@pm.me>
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/carapace/carapace-1.0.0.ebuild | 4 |
1 files 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 e8000b304..902c67081 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" |