bpftools: add homepage
> This is the official home for bpftool.
This commit is contained in:
parent
163738d06f
commit
82b3151def
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ stdenv.mkDerivation rec {
|
|||
'';
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/libbpf/bpftool";
|
||||
description = "Debugging/program analysis tools for the eBPF subsystem";
|
||||
license = [ licenses.gpl2 licenses.bsd2 ];
|
||||
platforms = platforms.linux;
|
||||
|
|
Loading…
Reference in a new issue