bpftools: add homepage

> This is the official home for bpftool.

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