1
0
mirror of https://github.com/containers/netavark.git synced 2026-02-05 06:45:56 +01:00

DISTRO_PACKAGE: fix incorrect vendored tar archive URL

Signed-off-by: Danish Prakash <danish.prakash@suse.com>
This commit is contained in:
Danish Prakash
2024-01-25 14:27:38 +05:30
committed by GitHub
parent fb2c4d80c9
commit 1f60bcebe2

View File

@@ -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.
```