bpftools: add homepage

> This is the official home for bpftool.

+1
+1
pkgs/os-specific/linux/bpftools/default.nix
··· 43 43 ''; 44 44 45 45 meta = with lib; { 46 + homepage = "https://github.com/libbpf/bpftool"; 46 47 description = "Debugging/program analysis tools for the eBPF subsystem"; 47 48 license = [ licenses.gpl2 licenses.bsd2 ]; 48 49 platforms = platforms.linux;