From 1f60bcebe21a884c2b73cbcdceef96c2f8f0597a Mon Sep 17 00:00:00 2001 From: Danish Prakash Date: Thu, 25 Jan 2024 14:27:38 +0530 Subject: [PATCH] DISTRO_PACKAGE: fix incorrect vendored tar archive URL Signed-off-by: Danish Prakash --- DISTRO_PACKAGE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DISTRO_PACKAGE.md b/DISTRO_PACKAGE.md index b2cd74c..9111109 100644 --- a/DISTRO_PACKAGE.md +++ b/DISTRO_PACKAGE.md @@ -40,7 +40,7 @@ the official packages. The vendored sources for netavark will be attached to each netavark release as a tarball. You can download them with the following: -`https://github.com/containers/netavark/releases/download/v{version}/netavark-v{version}.tar.gz` +`https://github.com/containers/netavark/releases/download/v{version}/netavark-v{version}-vendor.tar.gz` And then create a cargo config file to point it to the vendor dir. ```