bpftools: add homepage

> This is the official home for bpftool.
This commit is contained in:
Alyssa Ross 2023-12-14 01:17:33 +01:00
parent 163738d06f
commit 82b3151def
No known key found for this signature in database
GPG key ID: F9DBED4859B271C0

View file

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