summaryrefslogtreecommitdiff
path: root/DISTRO_PACKAGE.md
diff options
context:
space:
mode:
authorDanish Prakash <danish.prakash@suse.com>2024-01-25 14:27:38 +0530
committerGitHub <noreply@github.com>2024-01-25 14:27:38 +0530
commit1f60bcebe21a884c2b73cbcdceef96c2f8f0597a (patch)
tree34f20f38650404c007b2033b34bffefbc52ce7f7 /DISTRO_PACKAGE.md
parentfb2c4d80c9effe67b87a5b7bfb2ab33a3e2bea36 (diff)
DISTRO_PACKAGE: fix incorrect vendored tar archive URL
Signed-off-by: Danish Prakash <danish.prakash@suse.com>
Diffstat (limited to 'DISTRO_PACKAGE.md')
-rw-r--r--DISTRO_PACKAGE.md2
1 files changed, 1 insertions, 1 deletions
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.
```