commit: 9f96bb6828f2a4e9e25b4b3b311a2f4ee318923a Author: Florian Schmaus <flow <AT> gentoo <DOT> org> AuthorDate: Fri Aug 8 07:02:44 2025 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Fri Aug 8 07:03:11 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f96bb68
dev-util/cargo-license: fix SRC_URI for gentoo-create-dist Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> 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 35d856709f1b..18baa2ee2ec2 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"
