Merge pull request #301627 from pbsds/fix-libbpf-1712259682

libbpf: update meta.description
This commit is contained in:
Weijia Wang 2024-04-05 02:49:06 +02:00 committed by GitHub
commit c5990c5818
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];