libbpf: update meta.description

This commit is contained in:
Peder Bergebakken Sundt 2024-04-04 21:42:18 +02:00
parent 053ab7f57c
commit bfe1b16f15

View File

@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
# outputs = [ "out" "dev" ];
meta = with lib; {
description = "Upstream mirror of libbpf";
description = "Library for loading eBPF programs and reading and manipulating eBPF objects from user-space";
homepage = "https://github.com/libbpf/libbpf";
license = with licenses; [ lgpl21 /* or */ bsd2 ];
maintainers = with maintainers; [ thoughtpolice vcunat saschagrunert martinetd ];