From 9f96bb6828f2a4e9e25b4b3b311a2f4ee318923a Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Fri, 8 Aug 2025 09:02:44 +0200 Subject: [PATCH] dev-util/cargo-license: fix SRC_URI for gentoo-create-dist Signed-off-by: Florian Schmaus --- dev-util/cargo-license/cargo-license-0.7.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/cargo-license/cargo-license-0.7.0.ebuild b/dev-util/cargo-license/cargo-license-0.7.0.ebuild index 35d856709f1b5..18baa2ee2ec2d 100644 --- a/dev-util/cargo-license/cargo-license-0.7.0.ebuild +++ b/dev-util/cargo-license/cargo-license-0.7.0.ebuild @@ -9,7 +9,7 @@ inherit cargo DESCRIPTION="Cargo subcommand to see license of dependencies" HOMEPAGE="https://github.com/onur/cargo-license" SRC_URI="https://github.com/onur/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" -SRC_URI+=" https://github.com/gentoo-crate-dist/anki/releases/download/v${PV}/${P}-crates.tar.xz" +SRC_URI+=" https://github.com/gentoo-crate-dist/${PN}/releases/download/v${PV}/${P}-crates.tar.xz" LICENSE="Apache-2.0 Boost-1.0 MIT Unicode-DFS-2016 Unlicense" SLOT="0"