From d6783c28b40e8355d2e3bd4a8141b88da7704f6d Mon Sep 17 00:00:00 2001 From: Andrii Nakryiko Date: Mon, 7 Feb 2022 09:37:38 -0800 Subject: [PATCH] README: update Ubuntu package link Point to libbpf package in Ubuntu Impish, so it doesn't expire soon. Closes: https://github.com/libbpf/libbpf/issues/451 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a76315..b5b7f51 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ Distributions packaging libbpf from this mirror: - [Gentoo](https://packages.gentoo.org/packages/dev-libs/libbpf) - [Debian](https://packages.debian.org/source/sid/libbpf) - [Arch](https://www.archlinux.org/packages/extra/x86_64/libbpf/) - - [Ubuntu](https://packages.ubuntu.com/source/groovy/libbpf) + - [Ubuntu](https://packages.ubuntu.com/source/impish/libbpf) - [Alpine](https://pkgs.alpinelinux.org/packages?name=libbpf) Benefits of packaging from the mirror over packaging from kernel sources: